Html Css Color HEX #4E7ABF Havelock Blue

📋 copy color: '#4E7ABF'

red 78 ◦ green 122 ◦ blue 191

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

Shades of Havelock Blue #4E7ABF

Tints of Havelock Blue #4E7ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.85%

R = 19.95%
G = 31.2%
B = 48.85%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E7ABF (or 0x4E7ABF) is known color: Havelock Blue. HEX triplet: 4E, 7A and BF. RGB value is (78,122,191). Sum of RGB (Red+Green+Blue) = 78+122+191=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E7ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7ABF is #B18540. Grayscale: #747474. Windows color (decimal): -11633985 or 12548686. OLE color: 12548686.

HSL color Cylindrical-coordinate representation of color #4E7ABF: hue angle of 216.64º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E7ABF is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 122 191 -
CMYK 0.59 0.36 0 0.25
HSL 216.64º 0.47% 0.53% -
HSV(B) 216.64º 0.59% 0.75% -
XYZ 19.51 19.3 51.99 -
YUV 116.71 169.92 100.39 -
System Red Green Blue C M Y K H S L
Decimal 78 122 191 0.59 0.36 0 0.25 216.64 0.47 0.53
Hex 4E 7A BF 3B 24 0 19 D9 2F 35
Octal 116 172 277 73 44 0 31 331 57 65
Binary 1001110 1111010 10111111 111011 100100 0 11001 11011001 101111 110101

Color Harmonies of #4E7ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7ABF

Black with #4E7ABF

Text Example


Text Example

White with #4E7ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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