#48347C

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

Shades of Windsor #48347C

Tints of Windsor #48347C

Color information

#48347C (or 0x48347C) is unknown color: approx Windsor. HEX triplet: 48, 34 and 7C. RGB value is (72,52,124). Sum of RGB (Red+Green+Blue) = 72+52+124=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #48347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48347C is #B7CB83. Grayscale: #414141. Windows color (decimal): -12045188 or 8139848. OLE color: 8139848.

HSL color Cylindrical-coordinate representation of color #48347C: hue angle of 256.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48347C is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7252124-
CMYK0.420.5800.51
HSL256.67º40.91%34.51%-
HSV(B)256.67º58.06%48.63%-
XYZ7.545.2919.69-
YUV66.19160.63132.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 124 (48.83% from 255) = 50%
R=29.03%
G=20.97%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72521240.420.5800.51256.6740.9134.51
Hex48347C2A3A0331012923
Octal1106417452720634015143
Binary100100011010011111001010101110100110011100000001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48347C; }

 p { color: rgb(72,52,124); }

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

<style>
 a { background-color: #48347C; }

 a { background-color: rgb(72,52,124); }

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

<style>
 span { border-color: #48347C; }

 span { border-color: rgb(72,52,124); }

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