Html Css Color HEX #4F71B7 Havelock Blue

📋 copy color: '#4F71B7'

red 79 ◦ green 113 ◦ blue 183

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

Shades of Havelock Blue #4F71B7

Tints of Havelock Blue #4F71B7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 183 (71.88% from 255) = 48.8%

R = 21.07%
G = 30.13%
B = 48.8%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4F71B7 (or 0x4F71B7) is known color: Havelock Blue. HEX triplet: 4F, 71 and B7. RGB value is (79,113,183). Sum of RGB (Red+Green+Blue) = 79+113+183=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #4F71B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F71B7 is #B08E48. Grayscale: #6E6E6E. Windows color (decimal): -11570761 or 12022095. OLE color: 12022095.

HSL color Cylindrical-coordinate representation of color #4F71B7: hue angle of 220.38º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F71B7 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 79 113 183 -
CMYK 0.57 0.38 0 0.28
HSL 220.38º 0.42% 0.51% -
HSV(B) 220.38º 0.57% 0.72% -
XYZ 17.68 16.89 47.13 -
YUV 110.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 79 113 183 0.57 0.38 0 0.28 220.38 0.42 0.51
Hex 4F 71 B7 39 26 0 1C DC 2A 33
Octal 117 161 267 71 46 0 34 334 52 63
Binary 1001111 1110001 10110111 111001 100110 0 11100 11011100 101010 110011

Color Harmonies of #4F71B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F71B7

Black with #4F71B7

Text Example


Text Example

White with #4F71B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,113,183); }

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

background-color css

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

 a { background-color: rgb(79,113,183); }

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

border-color css

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

 span { border-color: rgb(79,113,183); }

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