Html Css Color HEX #493178 Windsor

📋 copy color: '#493178'

red 73 ◦ green 49 ◦ blue 120

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

Shades of Windsor #493178

Tints of Windsor #493178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.59%

R = 30.17%
G = 20.25%
B = 49.59%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#493178 (or 0x493178) is known color: Windsor. HEX triplet: 49, 31 and 78. RGB value is (73,49,120). Sum of RGB (Red+Green+Blue) = 73+49+120=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #493178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493178 is #B6CE87. Grayscale: #404040. Windows color (decimal): -11980424 or 7876937. OLE color: 7876937.

HSL color Cylindrical-coordinate representation of color #493178: hue angle of 260.28º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493178 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 49 120 -
CMYK 0.39 0.59 0 0.53
HSL 260.28º 0.42% 0.33% -
HSV(B) 260.28º 0.59% 0.47% -
XYZ 7.24 4.97 18.35 -
YUV 64.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 73 49 120 0.39 0.59 0 0.53 260.28 0.42 0.33
Hex 49 31 78 27 3B 0 35 104 2A 21
Octal 111 61 170 47 73 0 65 404 52 41
Binary 1001001 110001 1111000 100111 111011 0 110101 100000100 101010 100001

Color Harmonies of #493178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493178

Black with #493178

Text Example


Text Example

White with #493178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493178; }

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

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

background-color css

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

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

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

border-color css

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

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

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