#482877

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

Shades of Windsor #482877

Tints of Windsor #482877

Color information

#482877 (or 0x482877) is unknown color: approx Windsor. HEX triplet: 48, 28 and 77. RGB value is (72,40,119). Sum of RGB (Red+Green+Blue) = 72+40+119=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #482877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482877 is #B7D788. Grayscale: #3A3A3A. Windows color (decimal): -12048265 or 7809096. OLE color: 7809096.

HSL color Cylindrical-coordinate representation of color #482877: hue angle of 264.3º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #482877 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7240119-
CMYK0.390.6600.53
HSL264.3º49.69%31.18%-
HSV(B)264.3º66.39%46.67%-
XYZ6.764.2317.91-
YUV58.57162.1137.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=31.17%
G=17.32%
B=51.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72401190.390.6600.53264.349.6931.18
Hex4828772742035108321f
Octal11050167471020654106237
Binary100100010100011101111001111000010011010110000100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482877; }

 p { color: rgb(72,40,119); }

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

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

 a { background-color: rgb(72,40,119); }

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

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

 span { border-color: rgb(72,40,119); }

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