#4D8BC2

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

Shades of Havelock Blue #4D8BC2

Tints of Havelock Blue #4D8BC2

Color information

#4D8BC2 (or 0x4D8BC2) is unknown color: approx Havelock Blue. HEX triplet: 4D, 8B and C2. RGB value is (77,139,194). Sum of RGB (Red+Green+Blue) = 77+139+194=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 194 - color contains mainly: blue. Hex color #4D8BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8BC2 is #B2743D. Grayscale: #7E7E7E. Windows color (decimal): -11695166 or 12749645. OLE color: 12749645.

HSL color Cylindrical-coordinate representation of color #4D8BC2: hue angle of 208.21º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D8BC2 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB77139194-
CMYK0.600.2800.24
HSL208.21º48.95%53.14%-
HSV(B)208.21º60.31%76.08%-
XYZ22.0323.9454.5-
YUV126.73165.9692.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.78%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 194 (76.17% from 255) = 47.32%
R=18.78%
G=33.90%
B=47.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771391940.600.2800.24208.2148.9553.14
Hex4D8BC23C1C018d03135
Octal11521330274340303206165
Binary100110110001011110000101111001110001100011010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,139,194); }

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

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

 a { background-color: rgb(77,139,194); }

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

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

 span { border-color: rgb(77,139,194); }

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