Html Css Color HEX #493573 Windsor

📋 copy color: '#493573'

red 73 ◦ green 53 ◦ blue 115

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

Shades of Windsor #493573

Tints of Windsor #493573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 30.29%
G = 21.99%
B = 47.72%

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

#493573 (or 0x493573) is known color: Windsor. HEX triplet: 49, 35 and 73. RGB value is (73,53,115). Sum of RGB (Red+Green+Blue) = 73+53+115=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #493573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493573 is #B6CA8C. Grayscale: #414141. Windows color (decimal): -11979405 or 7550281. OLE color: 7550281.

HSL color Cylindrical-coordinate representation of color #493573: hue angle of 259.35º 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 #493573 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 53 115 -
CMYK 0.37 0.54 0 0.55
HSL 259.35º 0.37% 0.33% -
HSV(B) 259.35º 0.54% 0.45% -
XYZ 7.12 5.2 16.85 -
YUV 66.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 73 53 115 0.37 0.54 0 0.55 259.35 0.37 0.33
Hex 49 35 73 25 36 0 37 103 25 21
Octal 111 65 163 45 66 0 67 403 45 41
Binary 1001001 110101 1110011 100101 110110 0 110111 100000011 100101 100001

Color Harmonies of #493573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493573

Black with #493573

Text Example


Text Example

White with #493573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493573; }

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

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

background-color css

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

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

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

border-color css

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

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

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