#48287B

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

Shades of Windsor #48287B

Tints of Windsor #48287B

Color information

#48287B (or 0x48287B) is unknown color: approx Windsor. HEX triplet: 48, 28 and 7B. RGB value is (72,40,123). Sum of RGB (Red+Green+Blue) = 72+40+123=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #48287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48287B is #B7D784. Grayscale: #3A3A3A. Windows color (decimal): -12048261 or 8071240. OLE color: 8071240.

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

Color convert

RGB7240123-
CMYK0.410.6700.52
HSL263.13º50.92%31.96%-
HSV(B)263.13º67.48%48.24%-
XYZ7.014.3319.2-
YUV59.03164.1137.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=30.64%
G=17.02%
B=52.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72401230.410.6700.52263.1350.9231.96
Hex48287B29430341073320
Octal11050173511030644076340
Binary1001000101000111101110100110000110110100100000111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48287B; }

 p { color: rgb(72,40,123); }

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

<style>
 a { background-color: #48287B; }

 a { background-color: rgb(72,40,123); }

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

<style>
 span { border-color: #48287B; }

 span { border-color: rgb(72,40,123); }

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