Html Css Color HEX #4F71BC Havelock Blue

📋 copy color: '#4F71BC'

red 79 ◦ green 113 ◦ blue 188

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

Shades of Havelock Blue #4F71BC

Tints of Havelock Blue #4F71BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 20.79%
G = 29.74%
B = 49.47%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F71BC (or 0x4F71BC) is known color: Havelock Blue. HEX triplet: 4F, 71 and BC. RGB value is (79,113,188). Sum of RGB (Red+Green+Blue) = 79+113+188=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F71BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F71BC is #B08E43. Grayscale: #6F6F6F. Windows color (decimal): -11570756 or 12349775. OLE color: 12349775.

HSL color Cylindrical-coordinate representation of color #4F71BC: hue angle of 221.28º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F71BC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 113 188 -
CMYK 0.58 0.40 0 0.26
HSL 221.28º 0.45% 0.52% -
HSV(B) 221.28º 0.58% 0.74% -
XYZ 18.21 17.1 49.92 -
YUV 111.38 171.24 104.9 -
System Red Green Blue C M Y K H S L
Decimal 79 113 188 0.58 0.40 0 0.26 221.28 0.45 0.52
Hex 4F 71 BC 3A 28 0 1A DD 2D 34
Octal 117 161 274 72 50 0 32 335 55 64
Binary 1001111 1110001 10111100 111010 101000 0 11010 11011101 101101 110100

Color Harmonies of #4F71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F71BC

Black with #4F71BC

Text Example


Text Example

White with #4F71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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