Html Css Color HEX #493473 Windsor

📋 copy color: '#493473'

red 73 ◦ green 52 ◦ blue 115

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

Shades of Windsor #493473

Tints of Windsor #493473

RGB

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

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

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

R = 30.42%
G = 21.67%
B = 47.92%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493473 (or 0x493473) is known color: Windsor. HEX triplet: 49, 34 and 73. RGB value is (73,52,115). Sum of RGB (Red+Green+Blue) = 73+52+115=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #493473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493473 is #B6CB8C. Grayscale: #414141. Windows color (decimal): -11979661 or 7550025. OLE color: 7550025.

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

Color convert

RGB 73 52 115 -
CMYK 0.37 0.55 0 0.55
HSL 260º 0.38% 0.33% -
HSV(B) 260º 0.55% 0.45% -
XYZ 7.07 5.11 16.83 -
YUV 65.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 73 52 115 0.37 0.55 0 0.55 260 0.38 0.33
Hex 49 34 73 25 37 0 37 104 26 21
Octal 111 64 163 45 67 0 67 404 46 41
Binary 1001001 110100 1110011 100101 110111 0 110111 100000100 100110 100001

Color Harmonies of #493473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493473

Black with #493473

Text Example


Text Example

White with #493473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493473; }

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

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

background-color css

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

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

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

border-color css

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

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

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