Html Css Color HEX #472292 Windsor

📋 copy color: '#472292'

red 71 ◦ green 34 ◦ blue 146

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

Shades of Windsor #472292

Tints of Windsor #472292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.55%

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 28.29%
G = 13.55%
B = 58.17%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#472292 (or 0x472292) is known color: Windsor. HEX triplet: 47, 22 and 92. RGB value is (71,34,146). Sum of RGB (Red+Green+Blue) = 71+34+146=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #472292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472292 is #B8DD6D. Grayscale: #393939. Windows color (decimal): -12115310 or 9577031. OLE color: 9577031.

HSL color Cylindrical-coordinate representation of color #472292: hue angle of 259.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472292 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 34 146 -
CMYK 0.51 0.77 0 0.43
HSL 259.82º 0.62% 0.35% -
HSV(B) 259.82º 0.77% 0.57% -
XYZ 8.36 4.56 27.63 -
YUV 57.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 71 34 146 0.51 0.77 0 0.43 259.82 0.62 0.35
Hex 47 22 92 33 4D 0 2B 104 3E 23
Octal 107 42 222 63 115 0 53 404 76 43
Binary 1000111 100010 10010010 110011 1001101 0 101011 100000100 111110 100011

Color Harmonies of #472292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472292

Black with #472292

Text Example


Text Example

White with #472292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472292; }

 p { color: rgb(71,34,146); }

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

background-color css

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

 a { background-color: rgb(71,34,146); }

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

border-color css

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

 span { border-color: rgb(71,34,146); }

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