Html Css Color HEX #493577 Windsor

📋 copy color: '#493577'

red 73 ◦ green 53 ◦ blue 119

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

Shades of Windsor #493577

Tints of Windsor #493577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.57%

R = 29.8%
G = 21.63%
B = 48.57%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#493577 (or 0x493577) is known color: Windsor. HEX triplet: 49, 35 and 77. RGB value is (73,53,119). Sum of RGB (Red+Green+Blue) = 73+53+119=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #493577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493577 is #B6CA88. Grayscale: #424242. Windows color (decimal): -11979401 or 7812425. OLE color: 7812425.

HSL color Cylindrical-coordinate representation of color #493577: hue angle of 258.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #493577 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 53 119 -
CMYK 0.39 0.55 0 0.53
HSL 258.18º 0.38% 0.34% -
HSV(B) 258.18º 0.55% 0.47% -
XYZ 7.35 5.29 18.09 -
YUV 66.5 157.63 132.63 -
System Red Green Blue C M Y K H S L
Decimal 73 53 119 0.39 0.55 0 0.53 258.18 0.38 0.34
Hex 49 35 77 27 37 0 35 102 26 22
Octal 111 65 167 47 67 0 65 402 46 42
Binary 1001001 110101 1110111 100111 110111 0 110101 100000010 100110 100010

Color Harmonies of #493577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493577

Black with #493577

Text Example


Text Example

White with #493577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493577; }

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

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

background-color css

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

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

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

border-color css

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

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

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