Html Css Color HEX #493580 Windsor

📋 copy color: '#493580'

red 73 ◦ green 53 ◦ blue 128

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

Shades of Windsor #493580

Tints of Windsor #493580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 50.39%

R = 28.74%
G = 20.87%
B = 50.39%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#493580 (or 0x493580) is known color: Windsor. HEX triplet: 49, 35 and 80. RGB value is (73,53,128). Sum of RGB (Red+Green+Blue) = 73+53+128=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #493580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493580 is #B6CA7F. Grayscale: #434343. Windows color (decimal): -11979392 or 8402249. OLE color: 8402249.

HSL color Cylindrical-coordinate representation of color #493580: hue angle of 256º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493580 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 53 128 -
CMYK 0.43 0.59 0 0.50
HSL 256º 0.41% 0.35% -
HSV(B) 256º 0.59% 0.5% -
XYZ 7.92 5.52 21.07 -
YUV 67.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 73 53 128 0.43 0.59 0 0.50 256 0.41 0.35
Hex 49 35 80 2B 3B 0 32 100 29 23
Octal 111 65 200 53 73 0 62 400 51 43
Binary 1001001 110101 10000000 101011 111011 0 110010 100000000 101001 100011

Color Harmonies of #493580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493580

Black with #493580

Text Example


Text Example

White with #493580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493580; }

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

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

background-color css

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

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

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

border-color css

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

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

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