Html Css Color HEX #4E8CCC Havelock Blue

📋 copy color: '#4E8CCC'

red 78 ◦ green 140 ◦ blue 204

#4E8CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4E8CCC

Tints of Havelock Blue #4E8CCC

RGB

 RED value IS 78 (30.86% from 255) = 18.48%

 GREEN value IS 140 (55.08% from 255) = 33.18%

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 18.48%
G = 33.18%
B = 48.34%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4E8CCC (or 0x4E8CCC) is known color: Havelock Blue. HEX triplet: 4E, 8C and CC. RGB value is (78,140,204). Sum of RGB (Red+Green+Blue) = 78+140+204=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E8CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8CCC is #B17333. Grayscale: #808080. Windows color (decimal): -11629364 or 13405262. OLE color: 13405262.

HSL color Cylindrical-coordinate representation of color #4E8CCC: hue angle of 210.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E8CCC is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 140 204 -
CMYK 0.62 0.31 0 0.2
HSL 210.48º 0.55% 0.55% -
HSV(B) 210.48º 0.62% 0.8% -
XYZ 23.42 24.74 60.67 -
YUV 128.76 170.46 91.8 -
System Red Green Blue C M Y K H S L
Decimal 78 140 204 0.62 0.31 0 0.2 210.48 0.55 0.55
Hex 4E 8C CC 3E 1F 0 14 D2 37 37
Octal 116 214 314 76 37 0 24 322 67 67
Binary 1001110 10001100 11001100 111110 11111 0 10100 11010010 110111 110111

Color Harmonies of #4E8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8CCC

Black with #4E8CCC

Text Example


Text Example

White with #4E8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,140,204); }

 H1.HeaderClassName
 {
   color: #4E8CCC;
 }
 .AnyTagClassName
 {
   color: #4E8CCC;
 }
</style>

background-color css

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

 a { background-color: rgb(78,140,204); }

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

border-color css

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

 span { border-color: rgb(78,140,204); }

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