Html Css Color HEX #493475 Windsor

📋 copy color: '#493475'

red 73 ◦ green 52 ◦ blue 117

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

Shades of Windsor #493475

Tints of Windsor #493475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 30.17%
G = 21.49%
B = 48.35%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#493475 (or 0x493475) is known color: Windsor. HEX triplet: 49, 34 and 75. RGB value is (73,52,117). Sum of RGB (Red+Green+Blue) = 73+52+117=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #493475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493475 is #B6CB8A. Grayscale: #414141. Windows color (decimal): -11979659 or 7681097. OLE color: 7681097.

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

Color convert

RGB 73 52 117 -
CMYK 0.38 0.56 0 0.54
HSL 259.38º 0.38% 0.33% -
HSV(B) 259.38º 0.56% 0.46% -
XYZ 7.19 5.16 17.45 -
YUV 65.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 73 52 117 0.38 0.56 0 0.54 259.38 0.38 0.33
Hex 49 34 75 26 38 0 36 103 26 21
Octal 111 64 165 46 70 0 66 403 46 41
Binary 1001001 110100 1110101 100110 111000 0 110110 100000011 100110 100001

Color Harmonies of #493475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493475

Black with #493475

Text Example


Text Example

White with #493475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493475; }

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

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

background-color css

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

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

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

border-color css

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

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

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