Html Css Color HEX #4771BF Havelock Blue

📋 copy color: '#4771BF'

red 71 ◦ green 113 ◦ blue 191

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

Shades of Havelock Blue #4771BF

Tints of Havelock Blue #4771BF

RGB

 RED value IS 71 (28.13% from 255) = 18.93%

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

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

R = 18.93%
G = 30.13%
B = 50.93%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4771BF (or 0x4771BF) is known color: Havelock Blue. HEX triplet: 47, 71 and BF. RGB value is (71,113,191). Sum of RGB (Red+Green+Blue) = 71+113+191=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #4771BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4771BF is #B88E40. Grayscale: #6C6C6C. Windows color (decimal): -12095041 or 12546375. OLE color: 12546375.

HSL color Cylindrical-coordinate representation of color #4771BF: hue angle of 219º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4771BF is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 113 191 -
CMYK 0.63 0.41 0 0.25
HSL 219º 0.48% 0.51% -
HSV(B) 219º 0.63% 0.75% -
XYZ 17.91 16.91 51.61 -
YUV 109.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 71 113 191 0.63 0.41 0 0.25 219 0.48 0.51
Hex 47 71 BF 3F 29 0 19 DB 30 33
Octal 107 161 277 77 51 0 31 333 60 63
Binary 1000111 1110001 10111111 111111 101001 0 11001 11011011 110000 110011

Color Harmonies of #4771BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4771BF

Black with #4771BF

Text Example


Text Example

White with #4771BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4771BF; }

 p { color: rgb(71,113,191); }

 H1.HeaderClassName
 {
   color: #4771BF;
 }
 .AnyTagClassName
 {
   color: #4771BF;
 }
</style>

background-color css

<style>
 a { background-color: #4771BF; }

 a { background-color: rgb(71,113,191); }

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

border-color css

<style>
 span { border-color: #4771BF; }

 span { border-color: rgb(71,113,191); }

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