Html Css Color HEX #493174 Windsor

📋 copy color: '#493174'

red 73 ◦ green 49 ◦ blue 116

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

Shades of Windsor #493174

Tints of Windsor #493174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.74%

R = 30.67%
G = 20.59%
B = 48.74%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493174 (or 0x493174) is known color: Windsor. HEX triplet: 49, 31 and 74. RGB value is (73,49,116). Sum of RGB (Red+Green+Blue) = 73+49+116=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #493174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493174 is #B6CE8B. Grayscale: #3F3F3F. Windows color (decimal): -11980428 or 7614793. OLE color: 7614793.

HSL color Cylindrical-coordinate representation of color #493174: hue angle of 261.49º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493174 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 49 116 -
CMYK 0.37 0.58 0 0.55
HSL 261.49º 0.41% 0.32% -
HSV(B) 261.49º 0.58% 0.45% -
XYZ 7 4.87 17.09 -
YUV 63.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 73 49 116 0.37 0.58 0 0.55 261.49 0.41 0.32
Hex 49 31 74 25 3A 0 37 105 29 20
Octal 111 61 164 45 72 0 67 405 51 40
Binary 1001001 110001 1110100 100101 111010 0 110111 100000101 101001 100000

Color Harmonies of #493174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493174

Black with #493174

Text Example


Text Example

White with #493174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493174; }

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

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

background-color css

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

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

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

border-color css

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

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

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