Html Css Color HEX #472979 Windsor

📋 copy color: '#472979'

red 71 ◦ green 41 ◦ blue 121

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

Shades of Windsor #472979

Tints of Windsor #472979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

 BLUE value IS 121 (47.66% from 255) = 51.93%

R = 30.47%
G = 17.6%
B = 51.93%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472979 (or 0x472979) is known color: Windsor. HEX triplet: 47, 29 and 79. RGB value is (71,41,121). Sum of RGB (Red+Green+Blue) = 71+41+121=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #472979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472979 is #B8D686. Grayscale: #3A3A3A. Windows color (decimal): -12113543 or 7940423. OLE color: 7940423.

HSL color Cylindrical-coordinate representation of color #472979: hue angle of 262.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472979 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 41 121 -
CMYK 0.41 0.66 0 0.53
HSL 262.5º 0.49% 0.32% -
HSV(B) 262.5º 0.66% 0.47% -
XYZ 6.84 4.31 18.56 -
YUV 59.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 71 41 121 0.41 0.66 0 0.53 262.5 0.49 0.32
Hex 47 29 79 29 42 0 35 106 31 20
Octal 107 51 171 51 102 0 65 406 61 40
Binary 1000111 101001 1111001 101001 1000010 0 110101 100000110 110001 100000

Color Harmonies of #472979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472979

Black with #472979

Text Example


Text Example

White with #472979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472979; }

 p { color: rgb(71,41,121); }

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

background-color css

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

 a { background-color: rgb(71,41,121); }

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

border-color css

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

 span { border-color: rgb(71,41,121); }

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