Html Css Color HEX #476FBF Havelock Blue

📋 copy color: '#476FBF'

red 71 ◦ green 111 ◦ blue 191

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

Shades of Havelock Blue #476FBF

Tints of Havelock Blue #476FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

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

R = 19.03%
G = 29.76%
B = 51.21%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#476FBF (or 0x476FBF) is known color: Havelock Blue. HEX triplet: 47, 6F and BF. RGB value is (71,111,191). Sum of RGB (Red+Green+Blue) = 71+111+191=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #476FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FBF is #B89040. Grayscale: #6B6B6B. Windows color (decimal): -12095553 or 12545863. OLE color: 12545863.

HSL color Cylindrical-coordinate representation of color #476FBF: hue angle of 220º 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 #476FBF is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 111 191 -
CMYK 0.63 0.42 0 0.25
HSL 220º 0.48% 0.51% -
HSV(B) 220º 0.63% 0.75% -
XYZ 17.69 16.47 51.54 -
YUV 108.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 71 111 191 0.63 0.42 0 0.25 220 0.48 0.51
Hex 47 6F BF 3F 2A 0 19 DC 30 33
Octal 107 157 277 77 52 0 31 334 60 63
Binary 1000111 1101111 10111111 111111 101010 0 11001 11011100 110000 110011

Color Harmonies of #476FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FBF

Black with #476FBF

Text Example


Text Example

White with #476FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476FBF; }

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

 H1.HeaderClassName
 {
   color: #476FBF;
 }
 .AnyTagClassName
 {
   color: #476FBF;
 }
</style>

background-color css

<style>
 a { background-color: #476FBF; }

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

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

border-color css

<style>
 span { border-color: #476FBF; }

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

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