#483576

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

Shades of Windsor #483576

Tints of Windsor #483576

Color information

#483576 (or 0x483576) is unknown color: approx Windsor. HEX triplet: 48, 35 and 76. RGB value is (72,53,118). Sum of RGB (Red+Green+Blue) = 72+53+118=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #483576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483576 is #B7CA89. Grayscale: #414141. Windows color (decimal): -12044938 or 7746888. OLE color: 7746888.

HSL color Cylindrical-coordinate representation of color #483576: hue angle of 257.54º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #483576 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7253118-
CMYK0.390.5500.54
HSL257.54º38.01%33.53%-
HSV(B)257.54º55.08%46.27%-
XYZ7.225.2317.77-
YUV66.09157.29132.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=29.63%
G=21.81%
B=48.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72531180.390.5500.54257.5438.0133.53
Hex48357627370361022622
Octal1106516647670664024642
Binary100100011010111101101001111101110110110100000010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483576; }

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

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

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

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

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

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

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

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