Html Css Color HEX #4E6FBE Havelock Blue

📋 copy color: '#4E6FBE'

red 78 ◦ green 111 ◦ blue 190

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

Shades of Havelock Blue #4E6FBE

Tints of Havelock Blue #4E6FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.29%

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 20.58%
G = 29.29%
B = 50.13%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E6FBE (or 0x4E6FBE) is known color: Havelock Blue. HEX triplet: 4E, 6F and BE. RGB value is (78,111,190). Sum of RGB (Red+Green+Blue) = 78+111+190=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E6FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6FBE is #B19041. Grayscale: #6D6D6D. Windows color (decimal): -11636802 or 12480334. OLE color: 12480334.

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

Color convert

RGB 78 111 190 -
CMYK 0.59 0.42 0 0.25
HSL 222.32º 0.46% 0.53% -
HSV(B) 222.32º 0.59% 0.75% -
XYZ 18.12 16.71 50.98 -
YUV 110.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 78 111 190 0.59 0.42 0 0.25 222.32 0.46 0.53
Hex 4E 6F BE 3B 2A 0 19 DE 2E 35
Octal 116 157 276 73 52 0 31 336 56 65
Binary 1001110 1101111 10111110 111011 101010 0 11001 11011110 101110 110101

Color Harmonies of #4E6FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6FBE

Black with #4E6FBE

Text Example


Text Example

White with #4E6FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,111,190); }

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

background-color css

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

 a { background-color: rgb(78,111,190); }

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

border-color css

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

 span { border-color: rgb(78,111,190); }

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