Html Css Color HEX #472878 Windsor

📋 copy color: '#472878'

red 71 ◦ green 40 ◦ blue 120

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

Shades of Windsor #472878

Tints of Windsor #472878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 30.74%
G = 17.32%
B = 51.95%

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

#472878 (or 0x472878) is known color: Windsor. HEX triplet: 47, 28 and 78. RGB value is (71,40,120). Sum of RGB (Red+Green+Blue) = 71+40+120=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #472878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472878 is #B8D787. Grayscale: #3A3A3A. Windows color (decimal): -12113800 or 7874631. OLE color: 7874631.

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

Color convert

RGB 71 40 120 -
CMYK 0.41 0.67 0 0.53
HSL 263.25º 0.5% 0.31% -
HSV(B) 263.25º 0.67% 0.47% -
XYZ 6.75 4.21 18.23 -
YUV 58.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 71 40 120 0.41 0.67 0 0.53 263.25 0.5 0.31
Hex 47 28 78 29 43 0 35 107 32 1F
Octal 107 50 170 51 103 0 65 407 62 37
Binary 1000111 101000 1111000 101001 1000011 0 110101 100000111 110010 11111

Color Harmonies of #472878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472878

Black with #472878

Text Example


Text Example

White with #472878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472878; }

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

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

background-color css

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

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

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

border-color css

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

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

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