Html Css Color HEX #472978 Windsor

📋 copy color: '#472978'

red 71 ◦ green 41 ◦ blue 120

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

Shades of Windsor #472978

Tints of Windsor #472978

RGB

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

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

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

R = 30.6%
G = 17.67%
B = 51.72%

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

#472978 (or 0x472978) is known color: Windsor. HEX triplet: 47, 29 and 78. RGB value is (71,41,120). Sum of RGB (Red+Green+Blue) = 71+41+120=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #472978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472978 is #B8D687. Grayscale: #3A3A3A. Windows color (decimal): -12113544 or 7874887. OLE color: 7874887.

HSL color Cylindrical-coordinate representation of color #472978: hue angle of 262.78º 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 #472978 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 41 120 -
CMYK 0.41 0.66 0 0.53
HSL 262.78º 0.49% 0.32% -
HSV(B) 262.78º 0.66% 0.47% -
XYZ 6.78 4.28 18.24 -
YUV 58.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 71 41 120 0.41 0.66 0 0.53 262.78 0.49 0.32
Hex 47 29 78 29 42 0 35 107 31 20
Octal 107 51 170 51 102 0 65 407 61 40
Binary 1000111 101001 1111000 101001 1000010 0 110101 100000111 110001 100000

Color Harmonies of #472978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472978

Black with #472978

Text Example


Text Example

White with #472978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472978; }

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

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

background-color css

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

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

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

border-color css

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

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

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