#482E73

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

Shades of Windsor #482E73

Tints of Windsor #482E73

Color information

#482E73 (or 0x482E73) is unknown color: approx Windsor. HEX triplet: 48, 2E and 73. RGB value is (72,46,115). Sum of RGB (Red+Green+Blue) = 72+46+115=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #482E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E73 is #B7D18C. Grayscale: #3D3D3D. Windows color (decimal): -12046733 or 7548488. OLE color: 7548488.

HSL color Cylindrical-coordinate representation of color #482E73: hue angle of 262.61º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482E73 is Cyan = 0.37, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7246115-
CMYK0.370.600.55
HSL262.61º42.86%31.57%-
HSV(B)262.61º60%45.1%-
XYZ6.744.5716.75-
YUV61.64158.11135.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=30.90%
G=19.74%
B=49.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72461150.370.600.55262.6142.8631.57
Hex482E73253C0371072b20
Octal1105616345740674075340
Binary100100010111011100111001011111000110111100000111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482E73; }

 p { color: rgb(72,46,115); }

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

<style>
 a { background-color: #482E73; }

 a { background-color: rgb(72,46,115); }

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

<style>
 span { border-color: #482E73; }

 span { border-color: rgb(72,46,115); }

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