Html Css Color HEX #472D77 Windsor

📋 copy color: '#472D77'

red 71 ◦ green 45 ◦ blue 119

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

Shades of Windsor #472D77

Tints of Windsor #472D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.15%

 BLUE value IS 119 (46.88% from 255) = 50.64%

R = 30.21%
G = 19.15%
B = 50.64%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472D77 (or 0x472D77) is known color: Windsor. HEX triplet: 47, 2D and 77. RGB value is (71,45,119). Sum of RGB (Red+Green+Blue) = 71+45+119=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #472D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D77 is #B8D288. Grayscale: #3C3C3C. Windows color (decimal): -12112521 or 7810375. OLE color: 7810375.

HSL color Cylindrical-coordinate representation of color #472D77: hue angle of 261.08º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472D77 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 45 119 -
CMYK 0.40 0.62 0 0.53
HSL 261.08º 0.45% 0.32% -
HSV(B) 261.08º 0.62% 0.47% -
XYZ 6.87 4.55 17.97 -
YUV 61.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 71 45 119 0.40 0.62 0 0.53 261.08 0.45 0.32
Hex 47 2D 77 28 3E 0 35 105 2D 20
Octal 107 55 167 50 76 0 65 405 55 40
Binary 1000111 101101 1110111 101000 111110 0 110101 100000101 101101 100000

Color Harmonies of #472D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D77

Black with #472D77

Text Example


Text Example

White with #472D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472D77; }

 p { color: rgb(71,45,119); }

 H1.HeaderClassName
 {
   color: #472D77;
 }
 .AnyTagClassName
 {
   color: #472D77;
 }
</style>

background-color css

<style>
 a { background-color: #472D77; }

 a { background-color: rgb(71,45,119); }

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

border-color css

<style>
 span { border-color: #472D77; }

 span { border-color: rgb(71,45,119); }

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