#4D8AC0

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

Shades of Havelock Blue #4D8AC0

Tints of Havelock Blue #4D8AC0

Color information

#4D8AC0 (or 0x4D8AC0) is unknown color: approx Havelock Blue. HEX triplet: 4D, 8A and C0. RGB value is (77,138,192). Sum of RGB (Red+Green+Blue) = 77+138+192=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D8AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8AC0 is #B2753F. Grayscale: #7D7D7D. Windows color (decimal): -11695424 or 12618317. OLE color: 12618317.

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

Color convert

RGB77138192-
CMYK0.600.2800.25
HSL208.17º47.72%52.75%-
HSV(B)208.17º59.9%75.29%-
XYZ21.6623.5653.28-
YUV125.92165.2993.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.92%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 192 (75.39% from 255) = 47.17%
R=18.92%
G=33.91%
B=47.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771381920.600.2800.25208.1747.7252.75
Hex4D8AC03C1C019d03035
Octal11521230074340313206065
Binary100110110001010110000001111001110001100111010000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,138,192); }

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

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

 a { background-color: rgb(77,138,192); }

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

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

 span { border-color: rgb(77,138,192); }

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