#48377A

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

Shades of Windsor #48377A

Tints of Windsor #48377A

Color information

#48377A (or 0x48377A) is unknown color: approx Windsor. HEX triplet: 48, 37 and 7A. RGB value is (72,55,122). Sum of RGB (Red+Green+Blue) = 72+55+122=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #48377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48377A is #B7C885. Grayscale: #434343. Windows color (decimal): -12044422 or 8009544. OLE color: 8009544.

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

Color convert

RGB7255122-
CMYK0.410.5500.52
HSL255.22º37.85%34.71%-
HSV(B)255.22º54.92%47.84%-
XYZ7.555.5219.08-
YUV67.72158.63131.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=28.92%
G=22.09%
B=49.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72551220.410.5500.52255.2237.8534.71
Hex48377A2937034ff2623
Octal1106717251670643774643
Binary10010001101111111010101001110111011010011111111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48377A; }

 p { color: rgb(72,55,122); }

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

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

 a { background-color: rgb(72,55,122); }

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

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

 span { border-color: rgb(72,55,122); }

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