Html Css Color HEX #472789 Windsor

📋 copy color: '#472789'

red 71 ◦ green 39 ◦ blue 137

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

Shades of Windsor #472789

Tints of Windsor #472789

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

 BLUE value IS 137 (53.91% from 255) = 55.47%

R = 28.74%
G = 15.79%
B = 55.47%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#472789 (or 0x472789) is known color: Windsor. HEX triplet: 47, 27 and 89. RGB value is (71,39,137). Sum of RGB (Red+Green+Blue) = 71+39+137=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #472789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472789 is #B8D876. Grayscale: #3B3B3B. Windows color (decimal): -12114039 or 8988487. OLE color: 8988487.

HSL color Cylindrical-coordinate representation of color #472789: hue angle of 259.59º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472789 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 39 137 -
CMYK 0.48 0.72 0 0.46
HSL 259.59º 0.56% 0.35% -
HSV(B) 259.59º 0.72% 0.54% -
XYZ 7.84 4.6 24.14 -
YUV 59.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 71 39 137 0.48 0.72 0 0.46 259.59 0.56 0.35
Hex 47 27 89 30 48 0 2E 104 38 23
Octal 107 47 211 60 110 0 56 404 70 43
Binary 1000111 100111 10001001 110000 1001000 0 101110 100000100 111000 100011

Color Harmonies of #472789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472789

Black with #472789

Text Example


Text Example

White with #472789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472789; }

 p { color: rgb(71,39,137); }

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

background-color css

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

 a { background-color: rgb(71,39,137); }

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

border-color css

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

 span { border-color: rgb(71,39,137); }

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