#49307D

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

Shades of Windsor #49307D

Tints of Windsor #49307D

Color information

#49307D (or 0x49307D) is unknown color: approx Windsor. HEX triplet: 49, 30 and 7D. RGB value is (73,48,125). Sum of RGB (Red+Green+Blue) = 73+48+125=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #49307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49307D is #B6CF82. Grayscale: #3F3F3F. Windows color (decimal): -11980675 or 8204361. OLE color: 8204361.

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

Color convert

RGB7348125-
CMYK0.420.6200.51
HSL259.48º44.51%33.92%-
HSV(B)259.48º61.6%49.02%-
XYZ7.515.0119.97-
YUV64.25162.28134.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 125 (49.22% from 255) = 50.81%
R=29.67%
G=19.51%
B=50.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73481250.420.6200.51259.4844.5133.92
Hex49307D2A3E0331032d22
Octal1116017552760634035542
Binary100100111000011111011010101111100110011100000011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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