Html Css Color HEX #476FC6 Havelock Blue

📋 copy color: '#476FC6'

red 71 ◦ green 111 ◦ blue 198

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

Shades of Havelock Blue #476FC6

Tints of Havelock Blue #476FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.11%

R = 18.68%
G = 29.21%
B = 52.11%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#476FC6 (or 0x476FC6) is known color: Havelock Blue. HEX triplet: 47, 6F and C6. RGB value is (71,111,198). Sum of RGB (Red+Green+Blue) = 71+111+198=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #476FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FC6 is #B89039. Grayscale: #6C6C6C. Windows color (decimal): -12095546 or 13004615. OLE color: 13004615.

HSL color Cylindrical-coordinate representation of color #476FC6: hue angle of 221.1º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #476FC6 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 111 198 -
CMYK 0.64 0.44 0 0.22
HSL 221.1º 0.53% 0.53% -
HSV(B) 221.1º 0.64% 0.78% -
XYZ 18.48 16.79 55.69 -
YUV 108.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 71 111 198 0.64 0.44 0 0.22 221.1 0.53 0.53
Hex 47 6F C6 40 2C 0 16 DD 35 35
Octal 107 157 306 100 54 0 26 335 65 65
Binary 1000111 1101111 11000110 1000000 101100 0 10110 11011101 110101 110101

Color Harmonies of #476FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FC6

Black with #476FC6

Text Example


Text Example

White with #476FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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