#482E78

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

Shades of Windsor #482E78

Tints of Windsor #482E78

Color information

#482E78 (or 0x482E78) is unknown color: approx Windsor. HEX triplet: 48, 2E and 78. RGB value is (72,46,120). Sum of RGB (Red+Green+Blue) = 72+46+120=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #482E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E78 is #B7D187. Grayscale: #3D3D3D. Windows color (decimal): -12046728 or 7876168. OLE color: 7876168.

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

Color convert

RGB7246120-
CMYK0.400.6200.53
HSL261.08º44.58%32.55%-
HSV(B)261.08º61.67%47.06%-
XYZ7.044.6918.3-
YUV62.21160.61134.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=30.25%
G=19.33%
B=50.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72461200.400.6200.53261.0844.5832.55
Hex482E78283E0351052d21
Octal1105617050760654055541
Binary100100010111011110001010001111100110101100000101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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