Html Css Color HEX #472876 Windsor

📋 copy color: '#472876'

red 71 ◦ green 40 ◦ blue 118

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

Shades of Windsor #472876

Tints of Windsor #472876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.53%

R = 31%
G = 17.47%
B = 51.53%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#472876 (or 0x472876) is known color: Windsor. HEX triplet: 47, 28 and 76. RGB value is (71,40,118). Sum of RGB (Red+Green+Blue) = 71+40+118=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #472876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472876 is #B8D789. Grayscale: #393939. Windows color (decimal): -12113802 or 7743559. OLE color: 7743559.

HSL color Cylindrical-coordinate representation of color #472876: hue angle of 263.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472876 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 40 118 -
CMYK 0.40 0.66 0 0.54
HSL 263.85º 0.49% 0.31% -
HSV(B) 263.85º 0.66% 0.46% -
XYZ 6.63 4.17 17.59 -
YUV 58.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 71 40 118 0.40 0.66 0 0.54 263.85 0.49 0.31
Hex 47 28 76 28 42 0 36 108 31 1F
Octal 107 50 166 50 102 0 66 410 61 37
Binary 1000111 101000 1110110 101000 1000010 0 110110 100001000 110001 11111

Color Harmonies of #472876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472876

Black with #472876

Text Example


Text Example

White with #472876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472876; }

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

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

background-color css

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

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

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

border-color css

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

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

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