#4B6EC3

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

Shades of Havelock Blue #4B6EC3

Tints of Havelock Blue #4B6EC3

Color information

#4B6EC3 (or 0x4B6EC3) is unknown color: approx Havelock Blue. HEX triplet: 4B, 6E and C3. RGB value is (75,110,195). Sum of RGB (Red+Green+Blue) = 75+110+195=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #4B6EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6EC3 is #B4913C. Grayscale: #6C6C6C. Windows color (decimal): -11833661 or 12807755. OLE color: 12807755.

HSL color Cylindrical-coordinate representation of color #4B6EC3: hue angle of 222.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B6EC3 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB75110195-
CMYK0.620.4400.24
HSL222.5º50%52.94%-
HSV(B)222.5º61.54%76.47%-
XYZ18.3316.5953.87-
YUV109.22176.4103.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.74%
GREEN value IS 110 (43.36% from 255) = 28.95%
BLUE value IS 195 (76.56% from 255) = 51.32%
R=19.74%
G=28.95%
B=51.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751101950.620.4400.24222.55052.94
Hex4B6EC33E2C018de3235
Octal11315630376540303366265
Binary100101111011101100001111111010110001100011011110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,110,195); }

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

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

 a { background-color: rgb(75,110,195); }

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

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

 span { border-color: rgb(75,110,195); }

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