#48268A

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

Shades of Windsor #48268A

Tints of Windsor #48268A

Color information

#48268A (or 0x48268A) is unknown color: approx Windsor. HEX triplet: 48, 26 and 8A. RGB value is (72,38,138). Sum of RGB (Red+Green+Blue) = 72+38+138=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #48268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48268A is #B7D975. Grayscale: #3B3B3B. Windows color (decimal): -12048758 or 9053768. OLE color: 9053768.

HSL color Cylindrical-coordinate representation of color #48268A: hue angle of 260.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48268A is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7238138-
CMYK0.480.7200.46
HSL260.4º56.82%34.51%-
HSV(B)260.4º72.46%54.12%-
XYZ7.954.624.51-
YUV59.57172.26136.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 38 (15.23% from 255) = 15.32%
BLUE value IS 138 (54.30% from 255) = 55.65%
R=29.03%
G=15.32%
B=55.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72381380.480.7200.46260.456.8234.51
Hex48268A304802E1043923
Octal11046212601100564047143
Binary10010001001101000101011000010010000101110100000100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48268A; }

 p { color: rgb(72,38,138); }

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

<style>
 a { background-color: #48268A; }

 a { background-color: rgb(72,38,138); }

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

<style>
 span { border-color: #48268A; }

 span { border-color: rgb(72,38,138); }

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