Html Css Color HEX #493575 Windsor

📋 copy color: '#493575'

red 73 ◦ green 53 ◦ blue 117

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

Shades of Windsor #493575

Tints of Windsor #493575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.15%

R = 30.04%
G = 21.81%
B = 48.15%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#493575 (or 0x493575) is known color: Windsor. HEX triplet: 49, 35 and 75. RGB value is (73,53,117). Sum of RGB (Red+Green+Blue) = 73+53+117=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #493575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493575 is #B6CA8A. Grayscale: #424242. Windows color (decimal): -11979403 or 7681353. OLE color: 7681353.

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

Color convert

RGB 73 53 117 -
CMYK 0.38 0.55 0 0.54
HSL 258.75º 0.38% 0.33% -
HSV(B) 258.75º 0.55% 0.46% -
XYZ 7.23 5.25 17.46 -
YUV 66.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 73 53 117 0.38 0.55 0 0.54 258.75 0.38 0.33
Hex 49 35 75 26 37 0 36 103 26 21
Octal 111 65 165 46 67 0 66 403 46 41
Binary 1001001 110101 1110101 100110 110111 0 110110 100000011 100110 100001

Color Harmonies of #493575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493575

Black with #493575

Text Example


Text Example

White with #493575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493575; }

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

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

background-color css

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

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

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

border-color css

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

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

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