Html Css Color HEX #493175 Windsor

📋 copy color: '#493175'

red 73 ◦ green 49 ◦ blue 117

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

Shades of Windsor #493175

Tints of Windsor #493175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.95%

R = 30.54%
G = 20.5%
B = 48.95%

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

#493175 (or 0x493175) is known color: Windsor. HEX triplet: 49, 31 and 75. RGB value is (73,49,117). Sum of RGB (Red+Green+Blue) = 73+49+117=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #493175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493175 is #B6CE8A. Grayscale: #3F3F3F. Windows color (decimal): -11980427 or 7680329. OLE color: 7680329.

HSL color Cylindrical-coordinate representation of color #493175: hue angle of 261.18º 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 #493175 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 49 117 -
CMYK 0.38 0.58 0 0.54
HSL 261.18º 0.41% 0.33% -
HSV(B) 261.18º 0.58% 0.46% -
XYZ 7.06 4.9 17.4 -
YUV 63.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 73 49 117 0.38 0.58 0 0.54 261.18 0.41 0.33
Hex 49 31 75 26 3A 0 36 105 29 21
Octal 111 61 165 46 72 0 66 405 51 41
Binary 1001001 110001 1110101 100110 111010 0 110110 100000101 101001 100001

Color Harmonies of #493175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493175

Black with #493175

Text Example


Text Example

White with #493175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493175; }

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

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

background-color css

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

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

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

border-color css

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

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

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