Html Css Color HEX #4E74CE Havelock Blue

📋 copy color: '#4E74CE'

red 78 ◦ green 116 ◦ blue 206

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

Shades of Havelock Blue #4E74CE

Tints of Havelock Blue #4E74CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 19.5%
G = 29%
B = 51.5%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E74CE (or 0x4E74CE) is known color: Havelock Blue. HEX triplet: 4E, 74 and CE. RGB value is (78,116,206). Sum of RGB (Red+Green+Blue) = 78+116+206=400 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E74CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E74CE is #B18B31. Grayscale: #727272. Windows color (decimal): -11635506 or 13530190. OLE color: 13530190.

HSL color Cylindrical-coordinate representation of color #4E74CE: hue angle of 222.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E74CE is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 116 206 -
CMYK 0.62 0.44 0 0.19
HSL 222.19º 0.57% 0.56% -
HSV(B) 222.19º 0.62% 0.81% -
XYZ 20.53 18.57 60.89 -
YUV 114.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 78 116 206 0.62 0.44 0 0.19 222.19 0.57 0.56
Hex 4E 74 CE 3E 2C 0 13 DE 39 38
Octal 116 164 316 76 54 0 23 336 71 70
Binary 1001110 1110100 11001110 111110 101100 0 10011 11011110 111001 111000

Color Harmonies of #4E74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E74CE

Black with #4E74CE

Text Example


Text Example

White with #4E74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,116,206); }

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

background-color css

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

 a { background-color: rgb(78,116,206); }

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

border-color css

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

 span { border-color: rgb(78,116,206); }

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