Html Css Color HEX #4F70BF Havelock Blue

📋 copy color: '#4F70BF'

red 79 ◦ green 112 ◦ blue 191

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

Shades of Havelock Blue #4F70BF

Tints of Havelock Blue #4F70BF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

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

R = 20.68%
G = 29.32%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F70BF (or 0x4F70BF) is known color: Havelock Blue. HEX triplet: 4F, 70 and BF. RGB value is (79,112,191). Sum of RGB (Red+Green+Blue) = 79+112+191=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F70BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F70BF is #B08F40. Grayscale: #6E6E6E. Windows color (decimal): -11571009 or 12546127. OLE color: 12546127.

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

Color convert

RGB 79 112 191 -
CMYK 0.59 0.41 0 0.25
HSL 222.32º 0.47% 0.53% -
HSV(B) 222.32º 0.59% 0.75% -
XYZ 18.42 17.01 51.6 -
YUV 111.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 79 112 191 0.59 0.41 0 0.25 222.32 0.47 0.53
Hex 4F 70 BF 3B 29 0 19 DE 2F 35
Octal 117 160 277 73 51 0 31 336 57 65
Binary 1001111 1110000 10111111 111011 101001 0 11001 11011110 101111 110101

Color Harmonies of #4F70BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F70BF

Black with #4F70BF

Text Example


Text Example

White with #4F70BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,112,191); }

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

background-color css

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

 a { background-color: rgb(79,112,191); }

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

border-color css

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

 span { border-color: rgb(79,112,191); }

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