#48307D

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

Shades of Windsor #48307D

Tints of Windsor #48307D

Color information

#48307D (or 0x48307D) is unknown color: approx Windsor. HEX triplet: 48, 30 and 7D. RGB value is (72,48,125). Sum of RGB (Red+Green+Blue) = 72+48+125=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #48307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48307D is #B7CF82. Grayscale: #3F3F3F. Windows color (decimal): -12046211 or 8204360. OLE color: 8204360.

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

Color convert

RGB7248125-
CMYK0.420.6200.51
HSL258.7º44.51%33.92%-
HSV(B)258.7º61.6%49.02%-
XYZ7.434.9719.97-
YUV63.95162.45133.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 125 (49.22% from 255) = 51.02%
R=29.39%
G=19.59%
B=51.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72481250.420.6200.51258.744.5133.92
Hex48307D2A3E0331032d22
Octal1106017552760634035542
Binary100100011000011111011010101111100110011100000011101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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