Html Css Color HEX #477AD1 Havelock Blue

📋 copy color: '#477AD1'

red 71 ◦ green 122 ◦ blue 209

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

Shades of Havelock Blue #477AD1

Tints of Havelock Blue #477AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

 BLUE value IS 209 (82.03% from 255) = 51.99%

R = 17.66%
G = 30.35%
B = 51.99%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#477AD1 (or 0x477AD1) is known color: Havelock Blue. HEX triplet: 47, 7A and D1. RGB value is (71,122,209). Sum of RGB (Red+Green+Blue) = 71+122+209=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #477AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477AD1 is #B8852E. Grayscale: #747474. Windows color (decimal): -12092719 or 13728327. OLE color: 13728327.

HSL color Cylindrical-coordinate representation of color #477AD1: hue angle of 217.83º degrees, saturation: 0.6, 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 #477AD1 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 122 209 -
CMYK 0.66 0.42 0 0.18
HSL 217.83º 0.6% 0.55% -
HSV(B) 217.83º 0.66% 0.82% -
XYZ 21.07 19.86 63.05 -
YUV 116.67 180.1 95.43 -
System Red Green Blue C M Y K H S L
Decimal 71 122 209 0.66 0.42 0 0.18 217.83 0.6 0.55
Hex 47 7A D1 42 2A 0 12 DA 3C 37
Octal 107 172 321 102 52 0 22 332 74 67
Binary 1000111 1111010 11010001 1000010 101010 0 10010 11011010 111100 110111

Color Harmonies of #477AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477AD1

Black with #477AD1

Text Example


Text Example

White with #477AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,122,209); }

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

background-color css

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

 a { background-color: rgb(71,122,209); }

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

border-color css

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

 span { border-color: rgb(71,122,209); }

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