Html Css Color HEX #472879 Windsor

📋 copy color: '#472879'

red 71 ◦ green 40 ◦ blue 121

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

Shades of Windsor #472879

Tints of Windsor #472879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

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

R = 30.6%
G = 17.24%
B = 52.16%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472879 (or 0x472879) is known color: Windsor. HEX triplet: 47, 28 and 79. RGB value is (71,40,121). Sum of RGB (Red+Green+Blue) = 71+40+121=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #472879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472879 is #B8D786. Grayscale: #3A3A3A. Windows color (decimal): -12113799 or 7940167. OLE color: 7940167.

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

Color convert

RGB 71 40 121 -
CMYK 0.41 0.67 0 0.53
HSL 262.96º 0.5% 0.32% -
HSV(B) 262.96º 0.67% 0.47% -
XYZ 6.81 4.24 18.55 -
YUV 58.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 71 40 121 0.41 0.67 0 0.53 262.96 0.5 0.32
Hex 47 28 79 29 43 0 35 107 32 20
Octal 107 50 171 51 103 0 65 407 62 40
Binary 1000111 101000 1111001 101001 1000011 0 110101 100000111 110010 100000

Color Harmonies of #472879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472879

Black with #472879

Text Example


Text Example

White with #472879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472879; }

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

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

background-color css

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

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

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

border-color css

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

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

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