#48357B

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

Shades of Windsor #48357B

Tints of Windsor #48357B

Color information

#48357B (or 0x48357B) is unknown color: approx Windsor. HEX triplet: 48, 35 and 7B. RGB value is (72,53,123). Sum of RGB (Red+Green+Blue) = 72+53+123=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #48357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48357B is #B7CA84. Grayscale: #424242. Windows color (decimal): -12044933 or 8074568. OLE color: 8074568.

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

Color convert

RGB7253123-
CMYK0.410.5700.52
HSL256.29º39.77%34.51%-
HSV(B)256.29º56.91%48.24%-
XYZ7.525.3519.38-
YUV66.66159.79131.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=29.03%
G=21.37%
B=49.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72531230.410.5700.52256.2939.7734.51
Hex48357B29390341002823
Octal1106517351710644005043
Binary100100011010111110111010011110010110100100000000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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