Html Css Color HEX #493176 Windsor

📋 copy color: '#493176'

red 73 ◦ green 49 ◦ blue 118

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

Shades of Windsor #493176

Tints of Windsor #493176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 30.42%
G = 20.42%
B = 49.17%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#493176 (or 0x493176) is known color: Windsor. HEX triplet: 49, 31 and 76. RGB value is (73,49,118). Sum of RGB (Red+Green+Blue) = 73+49+118=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #493176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493176 is #B6CE89. Grayscale: #3F3F3F. Windows color (decimal): -11980426 or 7745865. OLE color: 7745865.

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

Color convert

RGB 73 49 118 -
CMYK 0.38 0.58 0 0.54
HSL 260.87º 0.41% 0.33% -
HSV(B) 260.87º 0.58% 0.46% -
XYZ 7.12 4.92 17.71 -
YUV 64.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 73 49 118 0.38 0.58 0 0.54 260.87 0.41 0.33
Hex 49 31 76 26 3A 0 36 105 29 21
Octal 111 61 166 46 72 0 66 405 51 41
Binary 1001001 110001 1110110 100110 111010 0 110110 100000101 101001 100001

Color Harmonies of #493176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493176

Black with #493176

Text Example


Text Example

White with #493176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493176; }

 p { color: rgb(73,49,118); }

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

background-color css

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

 a { background-color: rgb(73,49,118); }

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

border-color css

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

 span { border-color: rgb(73,49,118); }

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