Html Css Color HEX #4E79BF Havelock Blue

📋 copy color: '#4E79BF'

red 78 ◦ green 121 ◦ blue 191

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

Shades of Havelock Blue #4E79BF

Tints of Havelock Blue #4E79BF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

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

R = 20%
G = 31.03%
B = 48.97%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E79BF (or 0x4E79BF) is known color: Havelock Blue. HEX triplet: 4E, 79 and BF. RGB value is (78,121,191). Sum of RGB (Red+Green+Blue) = 78+121+191=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E79BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E79BF is #B18640. Grayscale: #737373. Windows color (decimal): -11634241 or 12548430. OLE color: 12548430.

HSL color Cylindrical-coordinate representation of color #4E79BF: hue angle of 217.17º 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 #4E79BF is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 121 191 -
CMYK 0.59 0.37 0 0.25
HSL 217.17º 0.47% 0.53% -
HSV(B) 217.17º 0.59% 0.75% -
XYZ 19.38 19.06 51.95 -
YUV 116.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 78 121 191 0.59 0.37 0 0.25 217.17 0.47 0.53
Hex 4E 79 BF 3B 25 0 19 D9 2F 35
Octal 116 171 277 73 45 0 31 331 57 65
Binary 1001110 1111001 10111111 111011 100101 0 11001 11011001 101111 110101

Color Harmonies of #4E79BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E79BF

Black with #4E79BF

Text Example


Text Example

White with #4E79BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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