#483277

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

Shades of Windsor #483277

Tints of Windsor #483277

Color information

#483277 (or 0x483277) is unknown color: approx Windsor. HEX triplet: 48, 32 and 77. RGB value is (72,50,119). Sum of RGB (Red+Green+Blue) = 72+50+119=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #483277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483277 is #B7CD88. Grayscale: #404040. Windows color (decimal): -12045705 or 7811656. OLE color: 7811656.

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

Color convert

RGB7250119-
CMYK0.390.5800.53
HSL259.13º40.83%33.14%-
HSV(B)259.13º57.98%46.67%-
XYZ7.144.9918.04-
YUV64.44158.79133.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=29.88%
G=20.75%
B=49.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72501190.390.5800.53259.1340.8333.14
Hex483277273A0351032921
Octal1106216747720654035141
Binary100100011001011101111001111110100110101100000011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483277; }

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

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

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

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

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

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

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

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