#483575

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

Shades of Windsor #483575

Tints of Windsor #483575

Color information

#483575 (or 0x483575) is unknown color: approx Windsor. HEX triplet: 48, 35 and 75. RGB value is (72,53,117). Sum of RGB (Red+Green+Blue) = 72+53+117=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #483575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483575 is #B7CA8A. Grayscale: #414141. Windows color (decimal): -12044939 or 7681352. OLE color: 7681352.

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

Color convert

RGB7253117-
CMYK0.380.5500.54
HSL257.81º37.65%33.33%-
HSV(B)257.81º54.7%45.88%-
XYZ7.165.2117.46-
YUV65.98156.79132.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=29.75%
G=21.90%
B=48.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72531170.380.5500.54257.8137.6533.33
Hex48357526370361022621
Octal1106516546670664024641
Binary100100011010111101011001101101110110110100000010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483575; }

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

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

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

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

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

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

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

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