#48307F

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

Shades of Windsor #48307F

Tints of Windsor #48307F

Color information

#48307F (or 0x48307F) is unknown color: approx Windsor. HEX triplet: 48, 30 and 7F. RGB value is (72,48,127). Sum of RGB (Red+Green+Blue) = 72+48+127=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #48307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48307F is #B7CF80. Grayscale: #3F3F3F. Windows color (decimal): -12046209 or 8335432. OLE color: 8335432.

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

Color convert

RGB7248127-
CMYK0.430.6200.50
HSL258.23º45.14%34.31%-
HSV(B)258.23º62.2%49.8%-
XYZ7.565.0220.65-
YUV64.18163.45133.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 127 (50% from 255) = 51.42%
R=29.15%
G=19.43%
B=51.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72481270.430.6200.50258.2345.1434.31
Hex48307F2B3E0321022d22
Octal1106017753760624025542
Binary100100011000011111111010111111100110010100000010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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