Html Css Color HEX #4E7ABC Havelock Blue

📋 copy color: '#4E7ABC'

red 78 ◦ green 122 ◦ blue 188

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

Shades of Havelock Blue #4E7ABC

Tints of Havelock Blue #4E7ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 20.1%
G = 31.44%
B = 48.45%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E7ABC (or 0x4E7ABC) is known color: Havelock Blue. HEX triplet: 4E, 7A and BC. RGB value is (78,122,188). Sum of RGB (Red+Green+Blue) = 78+122+188=388 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.10% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E7ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7ABC is #B18543. Grayscale: #747474. Windows color (decimal): -11633988 or 12352078. OLE color: 12352078.

HSL color Cylindrical-coordinate representation of color #4E7ABC: hue angle of 216º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E7ABC is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 122 188 -
CMYK 0.59 0.35 0 0.26
HSL 216º 0.45% 0.52% -
HSV(B) 216º 0.59% 0.74% -
XYZ 19.18 19.17 50.27 -
YUV 116.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 78 122 188 0.59 0.35 0 0.26 216 0.45 0.52
Hex 4E 7A BC 3B 23 0 1A D8 2D 34
Octal 116 172 274 73 43 0 32 330 55 64
Binary 1001110 1111010 10111100 111011 100011 0 11010 11011000 101101 110100

Color Harmonies of #4E7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7ABC

Black with #4E7ABC

Text Example


Text Example

White with #4E7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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