Html Css Color HEX #472490 Windsor

📋 copy color: '#472490'

red 71 ◦ green 36 ◦ blue 144

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

Shades of Windsor #472490

Tints of Windsor #472490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.34%

 BLUE value IS 144 (56.64% from 255) = 57.37%

R = 28.29%
G = 14.34%
B = 57.37%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#472490 (or 0x472490) is known color: Windsor. HEX triplet: 47, 24 and 90. RGB value is (71,36,144). Sum of RGB (Red+Green+Blue) = 71+36+144=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #472490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472490 is #B8DB6F. Grayscale: #3A3A3A. Windows color (decimal): -12114800 or 9446471. OLE color: 9446471.

HSL color Cylindrical-coordinate representation of color #472490: hue angle of 259.44º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472490 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 36 144 -
CMYK 0.51 0.75 0 0.44
HSL 259.44º 0.6% 0.35% -
HSV(B) 259.44º 0.75% 0.56% -
XYZ 8.26 4.61 26.84 -
YUV 58.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 71 36 144 0.51 0.75 0 0.44 259.44 0.6 0.35
Hex 47 24 90 33 4B 0 2C 103 3C 23
Octal 107 44 220 63 113 0 54 403 74 43
Binary 1000111 100100 10010000 110011 1001011 0 101100 100000011 111100 100011

Color Harmonies of #472490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472490

Black with #472490

Text Example


Text Example

White with #472490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472490; }

 p { color: rgb(71,36,144); }

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

background-color css

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

 a { background-color: rgb(71,36,144); }

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

border-color css

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

 span { border-color: rgb(71,36,144); }

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