#49307F

Color #49307F Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #49307F

Tints of Windsor #49307F

Color information

#49307F (or 0x49307F) is unknown color: approx Windsor. HEX triplet: 49, 30 and 7F. RGB value is (73,48,127). Sum of RGB (Red+Green+Blue) = 73+48+127=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #49307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49307F is #B6CF80. Grayscale: #404040. Windows color (decimal): -11980673 or 8335433. OLE color: 8335433.

HSL color Cylindrical-coordinate representation of color #49307F: hue angle of 258.99º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49307F is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7348127-
CMYK0.430.6200.50
HSL258.99º45.14%34.31%-
HSV(B)258.99º62.2%49.8%-
XYZ7.645.0620.65-
YUV64.48163.28134.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 127 (50% from 255) = 51.21%
R=29.44%
G=19.35%
B=51.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73481270.430.6200.50258.9945.1434.31
Hex49307F2B3E0321032d22
Octal1116017753760624035542
Binary100100111000011111111010111111100110010100000011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49307F; }

 p { color: rgb(73,48,127); }

 H1.HeaderClassName
 {
   color: #49307F;
 }
 .AnyTagClassName
 {
   color: #49307F;
 }
</style>
background-color css

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

 a { background-color: rgb(73,48,127); }

 div.DivClassName
 {
   background-color: #49307F;
 }
 .BgClassName
 {
   background-color: #49307F;
 }
</style>
border-color css

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

 span { border-color: rgb(73,48,127); }

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