Html Css Color HEX #493479 Windsor

📋 copy color: '#493479'

red 73 ◦ green 52 ◦ blue 121

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

Shades of Windsor #493479

Tints of Windsor #493479

RGB

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

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

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

R = 29.67%
G = 21.14%
B = 49.19%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#493479 (or 0x493479) is known color: Windsor. HEX triplet: 49, 34 and 79. RGB value is (73,52,121). Sum of RGB (Red+Green+Blue) = 73+52+121=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #493479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493479 is #B6CB86. Grayscale: #414141. Windows color (decimal): -11979655 or 7943241. OLE color: 7943241.

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

Color convert

RGB 73 52 121 -
CMYK 0.40 0.57 0 0.53
HSL 258.26º 0.4% 0.34% -
HSV(B) 258.26º 0.57% 0.47% -
XYZ 7.43 5.25 18.71 -
YUV 66.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 73 52 121 0.40 0.57 0 0.53 258.26 0.4 0.34
Hex 49 34 79 28 39 0 35 102 28 22
Octal 111 64 171 50 71 0 65 402 50 42
Binary 1001001 110100 1111001 101000 111001 0 110101 100000010 101000 100010

Color Harmonies of #493479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493479

Black with #493479

Text Example


Text Example

White with #493479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493479; }

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

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

background-color css

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

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

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

border-color css

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

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

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