Html Css Color HEX #477FD0 Havelock Blue

📋 copy color: '#477FD0'

red 71 ◦ green 127 ◦ blue 208

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

Shades of Havelock Blue #477FD0

Tints of Havelock Blue #477FD0

RGB

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

 GREEN value IS 127 (50% from 255) = 31.28%

 BLUE value IS 208 (81.64% from 255) = 51.23%

R = 17.49%
G = 31.28%
B = 51.23%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#477FD0 (or 0x477FD0) is known color: Havelock Blue. HEX triplet: 47, 7F and D0. RGB value is (71,127,208). Sum of RGB (Red+Green+Blue) = 71+127+208=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #477FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FD0 is #B8802F. Grayscale: #777777. Windows color (decimal): -12091440 or 13664071. OLE color: 13664071.

HSL color Cylindrical-coordinate representation of color #477FD0: hue angle of 215.47º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #477FD0 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 127 208 -
CMYK 0.66 0.39 0 0.18
HSL 215.47º 0.59% 0.55% -
HSV(B) 215.47º 0.66% 0.82% -
XYZ 21.57 21.07 62.6 -
YUV 119.49 177.95 93.41 -
System Red Green Blue C M Y K H S L
Decimal 71 127 208 0.66 0.39 0 0.18 215.47 0.59 0.55
Hex 47 7F D0 42 27 0 12 D7 3B 37
Octal 107 177 320 102 47 0 22 327 73 67
Binary 1000111 1111111 11010000 1000010 100111 0 10010 11010111 111011 110111

Color Harmonies of #477FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FD0

Black with #477FD0

Text Example


Text Example

White with #477FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477FD0; }

 p { color: rgb(71,127,208); }

 H1.HeaderClassName
 {
   color: #477FD0;
 }
 .AnyTagClassName
 {
   color: #477FD0;
 }
</style>

background-color css

<style>
 a { background-color: #477FD0; }

 a { background-color: rgb(71,127,208); }

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

border-color css

<style>
 span { border-color: #477FD0; }

 span { border-color: rgb(71,127,208); }

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