Html Css Color HEX #472485 Windsor

📋 copy color: '#472485'

red 71 ◦ green 36 ◦ blue 133

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

Shades of Windsor #472485

Tints of Windsor #472485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.42%

R = 29.58%
G = 15%
B = 55.42%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#472485 (or 0x472485) is known color: Windsor. HEX triplet: 47, 24 and 85. RGB value is (71,36,133). Sum of RGB (Red+Green+Blue) = 71+36+133=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #472485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472485 is #B8DB7A. Grayscale: #393939. Windows color (decimal): -12114811 or 8725575. OLE color: 8725575.

HSL color Cylindrical-coordinate representation of color #472485: hue angle of 261.65º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472485 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 36 133 -
CMYK 0.47 0.73 0 0.48
HSL 261.65º 0.57% 0.33% -
HSV(B) 261.65º 0.73% 0.52% -
XYZ 7.46 4.29 22.63 -
YUV 57.52 170.6 137.61 -
System Red Green Blue C M Y K H S L
Decimal 71 36 133 0.47 0.73 0 0.48 261.65 0.57 0.33
Hex 47 24 85 2F 49 0 30 106 39 21
Octal 107 44 205 57 111 0 60 406 71 41
Binary 1000111 100100 10000101 101111 1001001 0 110000 100000110 111001 100001

Color Harmonies of #472485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472485

Black with #472485

Text Example


Text Example

White with #472485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472485; }

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

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

background-color css

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

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

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

border-color css

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

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

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