Html Css Color HEX #472D72 Windsor

📋 copy color: '#472D72'

red 71 ◦ green 45 ◦ blue 114

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

Shades of Windsor #472D72

Tints of Windsor #472D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.57%

R = 30.87%
G = 19.57%
B = 49.57%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472D72 (or 0x472D72) is known color: Windsor. HEX triplet: 47, 2D and 72. RGB value is (71,45,114). Sum of RGB (Red+Green+Blue) = 71+45+114=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #472D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D72 is #B8D28D. Grayscale: #3C3C3C. Windows color (decimal): -12112526 or 7482695. OLE color: 7482695.

HSL color Cylindrical-coordinate representation of color #472D72: hue angle of 262.61º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #472D72 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 45 114 -
CMYK 0.38 0.61 0 0.55
HSL 262.61º 0.43% 0.31% -
HSV(B) 262.61º 0.61% 0.45% -
XYZ 6.57 4.43 16.43 -
YUV 60.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 71 45 114 0.38 0.61 0 0.55 262.61 0.43 0.31
Hex 47 2D 72 26 3D 0 37 107 2B 1F
Octal 107 55 162 46 75 0 67 407 53 37
Binary 1000111 101101 1110010 100110 111101 0 110111 100000111 101011 11111

Color Harmonies of #472D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D72

Black with #472D72

Text Example


Text Example

White with #472D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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