#483477

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

Shades of Windsor #483477

Tints of Windsor #483477

Color information

#483477 (or 0x483477) is unknown color: approx Windsor. HEX triplet: 48, 34 and 77. RGB value is (72,52,119). Sum of RGB (Red+Green+Blue) = 72+52+119=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #483477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483477 is #B7CB88. Grayscale: #414141. Windows color (decimal): -12045193 or 7812168. OLE color: 7812168.

HSL color Cylindrical-coordinate representation of color #483477: hue angle of 257.91º 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 #483477 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7252119-
CMYK0.390.5600.53
HSL257.91º39.18%33.53%-
HSV(B)257.91º56.3%46.67%-
XYZ7.235.1718.07-
YUV65.62158.13132.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=29.63%
G=21.40%
B=48.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72521190.390.5600.53257.9139.1833.53
Hex48347727380351022722
Octal1106416747700654024742
Binary100100011010011101111001111110000110101100000010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483477; }

 p { color: rgb(72,52,119); }

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

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

 a { background-color: rgb(72,52,119); }

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

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

 span { border-color: rgb(72,52,119); }

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