#482B78

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

Shades of Windsor #482B78

Tints of Windsor #482B78

Color information

#482B78 (or 0x482B78) is unknown color: approx Windsor. HEX triplet: 48, 2B and 78. RGB value is (72,43,120). Sum of RGB (Red+Green+Blue) = 72+43+120=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #482B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482B78 is #B7D487. Grayscale: #3C3C3C. Windows color (decimal): -12047496 or 7875400. OLE color: 7875400.

HSL color Cylindrical-coordinate representation of color #482B78: hue angle of 262.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482B78 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7243120-
CMYK0.400.6400.53
HSL262.6º47.24%31.96%-
HSV(B)262.6º64.17%47.06%-
XYZ6.934.4618.27-
YUV60.45161.61136.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 43 (17.19% from 255) = 18.30%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=30.64%
G=18.30%
B=51.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72431200.400.6400.53262.647.2431.96
Hex482B7828400351072f20
Octal11053170501000654075740
Binary1001000101011111100010100010000000110101100000111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,43,120); }

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

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

 a { background-color: rgb(72,43,120); }

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

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

 span { border-color: rgb(72,43,120); }

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