Html Css Color HEX #4E8CCB Havelock Blue

📋 copy color: '#4E8CCB'

red 78 ◦ green 140 ◦ blue 203

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

Shades of Havelock Blue #4E8CCB

Tints of Havelock Blue #4E8CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 18.53%
G = 33.25%
B = 48.22%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E8CCB (or 0x4E8CCB) is known color: Havelock Blue. HEX triplet: 4E, 8C and CB. RGB value is (78,140,203). Sum of RGB (Red+Green+Blue) = 78+140+203=421 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.53% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #4E8CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8CCB is #B17334. Grayscale: #808080. Windows color (decimal): -11629365 or 13339726. OLE color: 13339726.

HSL color Cylindrical-coordinate representation of color #4E8CCB: hue angle of 210.24º 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 #4E8CCB is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 140 203 -
CMYK 0.62 0.31 0 0.20
HSL 210.24º 0.55% 0.55% -
HSV(B) 210.24º 0.62% 0.8% -
XYZ 23.3 24.69 60.04 -
YUV 128.64 169.96 91.88 -
System Red Green Blue C M Y K H S L
Decimal 78 140 203 0.62 0.31 0 0.20 210.24 0.55 0.55
Hex 4E 8C CB 3E 1F 0 14 D2 37 37
Octal 116 214 313 76 37 0 24 322 67 67
Binary 1001110 10001100 11001011 111110 11111 0 10100 11010010 110111 110111

Color Harmonies of #4E8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8CCB

Black with #4E8CCB

Text Example


Text Example

White with #4E8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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