#48377C

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

Shades of Windsor #48377C

Tints of Windsor #48377C

Color information

#48377C (or 0x48377C) is unknown color: approx Windsor. HEX triplet: 48, 37 and 7C. RGB value is (72,55,124). Sum of RGB (Red+Green+Blue) = 72+55+124=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #48377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48377C is #B7C883. Grayscale: #434343. Windows color (decimal): -12044420 or 8140616. OLE color: 8140616.

HSL color Cylindrical-coordinate representation of color #48377C: hue angle of 254.78º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48377C is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7255124-
CMYK0.420.5600.51
HSL254.78º38.55%35.1%-
HSV(B)254.78º55.65%48.63%-
XYZ7.685.5719.74-
YUV67.95159.63130.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=28.69%
G=21.91%
B=49.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72551240.420.5600.51254.7838.5535.1
Hex48377C2A38033ff2723
Octal1106717452700633774743
Binary10010001101111111100101010111000011001111111111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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