#48187F

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

Shades of Windsor #48187F

Tints of Windsor #48187F

Color information

#48187F (or 0x48187F) is unknown color: approx Windsor. HEX triplet: 48, 18 and 7F. RGB value is (72,24,127). Sum of RGB (Red+Green+Blue) = 72+24+127=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #48187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48187F is #B7E780. Grayscale: #313131. Windows color (decimal): -12052353 or 8329288. OLE color: 8329288.

HSL color Cylindrical-coordinate representation of color #48187F: hue angle of 267.96º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48187F is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7224127-
CMYK0.430.8100.50
HSL267.96º68.21%29.61%-
HSV(B)267.96º81.1%49.8%-
XYZ6.833.5620.41-
YUV50.09171.4143.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 127 (50% from 255) = 56.95%
R=32.29%
G=10.76%
B=56.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72241270.430.8100.50267.9668.2129.61
Hex48187F2B5103210c441e
Octal110301775312106241410436
Binary100100011000111111110101110100010110010100001100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48187F; }

 p { color: rgb(72,24,127); }

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

<style>
 a { background-color: #48187F; }

 a { background-color: rgb(72,24,127); }

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

<style>
 span { border-color: #48187F; }

 span { border-color: rgb(72,24,127); }

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