#4B84CD

Color #4B84CD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4B84CD

Tints of Havelock Blue #4B84CD

Color information

#4B84CD (or 0x4B84CD) is unknown color: approx Havelock Blue. HEX triplet: 4B, 84 and CD. RGB value is (75,132,205). Sum of RGB (Red+Green+Blue) = 75+132+205=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B84CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B84CD is #B47B32. Grayscale: #7A7A7A. Windows color (decimal): -11828019 or 13468747. OLE color: 13468747.

HSL color Cylindrical-coordinate representation of color #4B84CD: hue angle of 213.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B84CD is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB75132205-
CMYK0.630.3600.20
HSL213.69º56.52%54.9%-
HSV(B)213.69º63.41%80.39%-
XYZ22.1722.4160.91-
YUV123.28174.1293.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 18.20%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 205 (80.47% from 255) = 49.76%
R=18.20%
G=32.04%
B=49.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751322050.630.3600.20213.6956.5254.9
Hex4B84CD3F24014d63937
Octal11320431577440243267167
Binary1001011100001001100110111111110010001010011010110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B84CD; }

 p { color: rgb(75,132,205); }

 H1.HeaderClassName
 {
   color: #4B84CD;
 }
 .AnyTagClassName
 {
   color: #4B84CD;
 }
</style>
background-color css

<style>
 a { background-color: #4B84CD; }

 a { background-color: rgb(75,132,205); }

 div.DivClassName
 {
   background-color: #4B84CD;
 }
 .BgClassName
 {
   background-color: #4B84CD;
 }
</style>
border-color css

<style>
 span { border-color: #4B84CD; }

 span { border-color: rgb(75,132,205); }

 td.TdClassName
 {
   border-color: #4B84CD;
 }
 .TagClassName
 {
   border-color: #4B84CD;
 }
</style>