Html Css Color HEX #4F74BE Havelock Blue

📋 copy color: '#4F74BE'

red 79 ◦ green 116 ◦ blue 190

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

Shades of Havelock Blue #4F74BE

Tints of Havelock Blue #4F74BE

RGB

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

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

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

R = 20.52%
G = 30.13%
B = 49.35%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F74BE (or 0x4F74BE) is known color: Havelock Blue. HEX triplet: 4F, 74 and BE. RGB value is (79,116,190). Sum of RGB (Red+Green+Blue) = 79+116+190=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F74BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F74BE is #B08B41. Grayscale: #717171. Windows color (decimal): -11569986 or 12481615. OLE color: 12481615.

HSL color Cylindrical-coordinate representation of color #4F74BE: hue angle of 220º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F74BE is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 116 190 -
CMYK 0.58 0.39 0 0.25
HSL 220º 0.46% 0.53% -
HSV(B) 220º 0.58% 0.75% -
XYZ 18.76 17.87 51.18 -
YUV 113.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 79 116 190 0.58 0.39 0 0.25 220 0.46 0.53
Hex 4F 74 BE 3A 27 0 19 DC 2E 35
Octal 117 164 276 72 47 0 31 334 56 65
Binary 1001111 1110100 10111110 111010 100111 0 11001 11011100 101110 110101

Color Harmonies of #4F74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F74BE

Black with #4F74BE

Text Example


Text Example

White with #4F74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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