#483578

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

Shades of Windsor #483578

Tints of Windsor #483578

Color information

#483578 (or 0x483578) is unknown color: approx Windsor. HEX triplet: 48, 35 and 78. RGB value is (72,53,120). Sum of RGB (Red+Green+Blue) = 72+53+120=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #483578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483578 is #B7CA87. Grayscale: #424242. Windows color (decimal): -12044936 or 7877960. OLE color: 7877960.

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

Color convert

RGB7253120-
CMYK0.400.5600.53
HSL257.01º38.73%33.92%-
HSV(B)257.01º55.83%47.06%-
XYZ7.345.2818.4-
YUV66.32158.29132.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=29.39%
G=21.63%
B=48.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72531200.400.5600.53257.0138.7333.92
Hex48357828380351012722
Octal1106517050700654014742
Binary100100011010111110001010001110000110101100000001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483578; }

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

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

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

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

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

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

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

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