Html Css Color HEX #493079 Windsor

📋 copy color: '#493079'

red 73 ◦ green 48 ◦ blue 121

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

Shades of Windsor #493079

Tints of Windsor #493079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 121 (47.66% from 255) = 50%

R = 30.17%
G = 19.83%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#493079 (or 0x493079) is known color: Windsor. HEX triplet: 49, 30 and 79. RGB value is (73,48,121). Sum of RGB (Red+Green+Blue) = 73+48+121=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #493079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493079 is #B6CF86. Grayscale: #3F3F3F. Windows color (decimal): -11980679 or 7942217. OLE color: 7942217.

HSL color Cylindrical-coordinate representation of color #493079: hue angle of 260.55º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #493079 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 48 121 -
CMYK 0.40 0.60 0 0.53
HSL 260.55º 0.43% 0.33% -
HSV(B) 260.55º 0.6% 0.47% -
XYZ 7.26 4.91 18.65 -
YUV 63.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 73 48 121 0.40 0.60 0 0.53 260.55 0.43 0.33
Hex 49 30 79 28 3C 0 35 105 2B 21
Octal 111 60 171 50 74 0 65 405 53 41
Binary 1001001 110000 1111001 101000 111100 0 110101 100000101 101011 100001

Color Harmonies of #493079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493079

Black with #493079

Text Example


Text Example

White with #493079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493079; }

 p { color: rgb(73,48,121); }

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

background-color css

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

 a { background-color: rgb(73,48,121); }

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

border-color css

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

 span { border-color: rgb(73,48,121); }

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