#49387b

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

Shades of Windsor #49387B

Tints of Windsor #49387B

Color information

#49387B (or 0x49387B) is unknown color: approx Windsor. HEX triplet: 49, 38 and 7B. RGB value is (73,56,123). Sum of RGB (Red+Green+Blue) = 73+56+123=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #49387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49387B is #B6C784. Grayscale: #444444. Windows color (decimal): -11978629 or 8075337. OLE color: 8075337.

HSL color Cylindrical-coordinate representation of color #49387B: hue angle of 255.22º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49387B is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7356123-
CMYK0.410.5400.52
HSL255.22º37.43%35.1%-
HSV(B)255.22º54.47%48.24%-
XYZ7.745.6719.43-
YUV68.72158.63131.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=28.97%
G=22.22%
B=48.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73561230.410.5400.52255.2237.4335.1
Hex49387B2936034ff2523
Octal1117017351660643774543
Binary10010011110001111011101001110110011010011111111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49387b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49387b; }

 p { color: rgb(73,56,123); }

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

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

 a { background-color: rgb(73,56,123); }

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

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

 span { border-color: rgb(73,56,123); }

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