Html Css Color HEX #4F74CE Havelock Blue

📋 copy color: '#4F74CE'

red 79 ◦ green 116 ◦ blue 206

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

Shades of Havelock Blue #4F74CE

Tints of Havelock Blue #4F74CE

RGB

 RED value IS 79 (31.25% from 255) = 19.7%

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

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

R = 19.7%
G = 28.93%
B = 51.37%

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

#4F74CE (or 0x4F74CE) is known color: Havelock Blue. HEX triplet: 4F, 74 and CE. RGB value is (79,116,206). Sum of RGB (Red+Green+Blue) = 79+116+206=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F74CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F74CE is #B08B31. Grayscale: #727272. Windows color (decimal): -11569970 or 13530191. OLE color: 13530191.

HSL color Cylindrical-coordinate representation of color #4F74CE: hue angle of 222.52º degrees, saturation: 0.56, 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 #4F74CE is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 116 206 -
CMYK 0.62 0.44 0 0.19
HSL 222.52º 0.56% 0.56% -
HSV(B) 222.52º 0.62% 0.81% -
XYZ 20.61 18.61 60.9 -
YUV 115.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 79 116 206 0.62 0.44 0 0.19 222.52 0.56 0.56
Hex 4F 74 CE 3E 2C 0 13 DF 38 38
Octal 117 164 316 76 54 0 23 337 70 70
Binary 1001111 1110100 11001110 111110 101100 0 10011 11011111 111000 111000

Color Harmonies of #4F74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F74CE

Black with #4F74CE

Text Example


Text Example

White with #4F74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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