Html Css Color HEX #493574 Windsor

📋 copy color: '#493574'

red 73 ◦ green 53 ◦ blue 116

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

Shades of Windsor #493574

Tints of Windsor #493574

RGB

 RED value IS 73 (28.91% from 255) = 30.17%

 GREEN value IS 53 (21.09% from 255) = 21.9%

 BLUE value IS 116 (45.7% from 255) = 47.93%

R = 30.17%
G = 21.9%
B = 47.93%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493574 (or 0x493574) is known color: Windsor. HEX triplet: 49, 35 and 74. RGB value is (73,53,116). Sum of RGB (Red+Green+Blue) = 73+53+116=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #493574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493574 is #B6CA8B. Grayscale: #414141. Windows color (decimal): -11979404 or 7615817. OLE color: 7615817.

HSL color Cylindrical-coordinate representation of color #493574: hue angle of 259.05º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #493574 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 53 116 -
CMYK 0.37 0.54 0 0.55
HSL 259.05º 0.37% 0.33% -
HSV(B) 259.05º 0.54% 0.45% -
XYZ 7.17 5.22 17.15 -
YUV 66.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 73 53 116 0.37 0.54 0 0.55 259.05 0.37 0.33
Hex 49 35 74 25 36 0 37 103 25 21
Octal 111 65 164 45 66 0 67 403 45 41
Binary 1001001 110101 1110100 100101 110110 0 110111 100000011 100101 100001

Color Harmonies of #493574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493574

Black with #493574

Text Example


Text Example

White with #493574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493574; }

 p { color: rgb(73,53,116); }

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

background-color css

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

 a { background-color: rgb(73,53,116); }

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

border-color css

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

 span { border-color: rgb(73,53,116); }

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