#482378

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

Shades of Windsor #482378

Tints of Windsor #482378

Color information

#482378 (or 0x482378) is unknown color: approx Windsor. HEX triplet: 48, 23 and 78. RGB value is (72,35,120). Sum of RGB (Red+Green+Blue) = 72+35+120=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #482378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482378 is #B7DC87. Grayscale: #373737. Windows color (decimal): -12049544 or 7873352. OLE color: 7873352.

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

Color convert

RGB7235120-
CMYK0.400.7100.53
HSL266.12º54.84%30.39%-
HSV(B)266.12º70.83%47.06%-
XYZ6.663.9418.18-
YUV55.75164.26139.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=31.72%
G=15.42%
B=52.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72351200.400.7100.53266.1254.8430.39
Hex482378284703510a371e
Octal11043170501070654126736
Binary100100010001111110001010001000111011010110000101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482378; }

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

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

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

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

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

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

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

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