Html Css Color HEX #4E7ACC Havelock Blue

📋 copy color: '#4E7ACC'

red 78 ◦ green 122 ◦ blue 204

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

Shades of Havelock Blue #4E7ACC

Tints of Havelock Blue #4E7ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.2%

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

R = 19.31%
G = 30.2%
B = 50.5%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4E7ACC (or 0x4E7ACC) is known color: Havelock Blue. HEX triplet: 4E, 7A and CC. RGB value is (78,122,204). Sum of RGB (Red+Green+Blue) = 78+122+204=404 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.31% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E7ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7ACC is #B18533. Grayscale: #757575. Windows color (decimal): -11633972 or 13400654. OLE color: 13400654.

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

Color convert

RGB 78 122 204 -
CMYK 0.62 0.40 0 0.2
HSL 219.05º 0.55% 0.55% -
HSV(B) 219.05º 0.62% 0.8% -
XYZ 21 19.9 59.86 -
YUV 118.19 176.42 99.33 -
System Red Green Blue C M Y K H S L
Decimal 78 122 204 0.62 0.40 0 0.2 219.05 0.55 0.55
Hex 4E 7A CC 3E 28 0 14 DB 37 37
Octal 116 172 314 76 50 0 24 333 67 67
Binary 1001110 1111010 11001100 111110 101000 0 10100 11011011 110111 110111

Color Harmonies of #4E7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7ACC

Black with #4E7ACC

Text Example


Text Example

White with #4E7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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