#48207B

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

Shades of Windsor #48207B

Tints of Windsor #48207B

Color information

#48207B (or 0x48207B) is unknown color: approx Windsor. HEX triplet: 48, 20 and 7B. RGB value is (72,32,123). Sum of RGB (Red+Green+Blue) = 72+32+123=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #48207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48207B is #B7DF84. Grayscale: #363636. Windows color (decimal): -12050309 or 8069192. OLE color: 8069192.

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

Color convert

RGB7232123-
CMYK0.410.7400.52
HSL266.37º58.71%30.39%-
HSV(B)266.37º73.98%48.24%-
XYZ6.763.8419.12-
YUV54.33166.75140.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=31.72%
G=14.10%
B=54.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72321230.410.7400.52266.3758.7130.39
Hex48207B294A03410a3b1e
Octal11040173511120644127336
Binary100100010000011110111010011001010011010010000101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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