#48207C

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

Shades of Windsor #48207C

Tints of Windsor #48207C

Color information

#48207C (or 0x48207C) is unknown color: approx Windsor. HEX triplet: 48, 20 and 7C. RGB value is (72,32,124). Sum of RGB (Red+Green+Blue) = 72+32+124=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #48207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48207C is #B7DF83. Grayscale: #363636. Windows color (decimal): -12050308 or 8134728. OLE color: 8134728.

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

Color convert

RGB7232124-
CMYK0.420.7400.51
HSL266.09º58.97%30.59%-
HSV(B)266.09º74.19%48.63%-
XYZ6.833.8719.46-
YUV54.45167.25140.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 124 (48.83% from 255) = 54.39%
R=31.58%
G=14.04%
B=54.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72321240.420.7400.51266.0958.9730.59
Hex48207C2A4A03310a3b1f
Octal11040174521120634127337
Binary100100010000011111001010101001010011001110000101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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