#48267A

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

Shades of Windsor #48267A

Tints of Windsor #48267A

Color information

#48267A (or 0x48267A) is unknown color: approx Windsor. HEX triplet: 48, 26 and 7A. RGB value is (72,38,122). Sum of RGB (Red+Green+Blue) = 72+38+122=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #48267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48267A is #B7D985. Grayscale: #393939. Windows color (decimal): -12048774 or 8005192. OLE color: 8005192.

HSL color Cylindrical-coordinate representation of color #48267A: hue angle of 264.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48267A is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7238122-
CMYK0.410.6900.52
HSL264.29º52.5%31.37%-
HSV(B)264.29º68.85%47.84%-
XYZ6.884.1718.85-
YUV57.74164.26138.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=31.03%
G=16.38%
B=52.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72381220.410.6900.52264.2952.531.37
Hex48267A2945034108341f
Octal11046172511050644106437
Binary100100010011011110101010011000101011010010000100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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