#48237B

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

Shades of Windsor #48237B

Tints of Windsor #48237B

Color information

#48237B (or 0x48237B) is unknown color: approx Windsor. HEX triplet: 48, 23 and 7B. RGB value is (72,35,123). Sum of RGB (Red+Green+Blue) = 72+35+123=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #48237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48237B is #B7DC84. Grayscale: #373737. Windows color (decimal): -12049541 or 8069960. OLE color: 8069960.

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

Color convert

RGB7235123-
CMYK0.410.7200.52
HSL265.23º55.7%30.98%-
HSV(B)265.23º71.54%48.24%-
XYZ6.854.0119.15-
YUV56.09165.76139.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 123 (48.44% from 255) = 53.48%
R=31.30%
G=15.22%
B=53.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72351230.410.7200.52265.2355.730.98
Hex48237B2948034109381f
Octal11043173511100644117037
Binary100100010001111110111010011001000011010010000100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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