Html Css Color HEX #4E82CC Havelock Blue

📋 copy color: '#4E82CC'

red 78 ◦ green 130 ◦ blue 204

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

Shades of Havelock Blue #4E82CC

Tints of Havelock Blue #4E82CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.55%

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

R = 18.93%
G = 31.55%
B = 49.51%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4E82CC (or 0x4E82CC) is known color: Havelock Blue. HEX triplet: 4E, 82 and CC. RGB value is (78,130,204). Sum of RGB (Red+Green+Blue) = 78+130+204=412 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.93% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E82CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E82CC is #B17D33. Grayscale: #7A7A7A. Windows color (decimal): -11631924 or 13402702. OLE color: 13402702.

HSL color Cylindrical-coordinate representation of color #4E82CC: hue angle of 215.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 #4E82CC is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 130 204 -
CMYK 0.62 0.36 0 0.2
HSL 215.24º 0.55% 0.55% -
HSV(B) 215.24º 0.62% 0.8% -
XYZ 22.02 21.94 60.2 -
YUV 122.89 173.77 95.98 -
System Red Green Blue C M Y K H S L
Decimal 78 130 204 0.62 0.36 0 0.2 215.24 0.55 0.55
Hex 4E 82 CC 3E 24 0 14 D7 37 37
Octal 116 202 314 76 44 0 24 327 67 67
Binary 1001110 10000010 11001100 111110 100100 0 10100 11010111 110111 110111

Color Harmonies of #4E82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E82CC

Black with #4E82CC

Text Example


Text Example

White with #4E82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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