Html Css Color HEX #493379 Windsor

📋 copy color: '#493379'

red 73 ◦ green 51 ◦ blue 121

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

Shades of Windsor #493379

Tints of Windsor #493379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 29.8%
G = 20.82%
B = 49.39%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#493379 (or 0x493379) is known color: Windsor. HEX triplet: 49, 33 and 79. RGB value is (73,51,121). Sum of RGB (Red+Green+Blue) = 73+51+121=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #493379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493379 is #B6CC86. Grayscale: #414141. Windows color (decimal): -11979911 or 7942985. OLE color: 7942985.

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

Color convert

RGB 73 51 121 -
CMYK 0.40 0.58 0 0.53
HSL 258.86º 0.41% 0.34% -
HSV(B) 258.86º 0.58% 0.47% -
XYZ 7.38 5.16 18.7 -
YUV 65.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 73 51 121 0.40 0.58 0 0.53 258.86 0.41 0.34
Hex 49 33 79 28 3A 0 35 103 29 22
Octal 111 63 171 50 72 0 65 403 51 42
Binary 1001001 110011 1111001 101000 111010 0 110101 100000011 101001 100010

Color Harmonies of #493379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493379

Black with #493379

Text Example


Text Example

White with #493379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493379; }

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

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

background-color css

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

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

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

border-color css

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

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

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