#463277

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

Shades of Windsor #463277

Tints of Windsor #463277

Color information

#463277 (or 0x463277) is unknown color: approx Windsor. HEX triplet: 46, 32 and 77. RGB value is (70,50,119). Sum of RGB (Red+Green+Blue) = 70+50+119=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #463277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463277 is #B9CD88. Grayscale: #3F3F3F. Windows color (decimal): -12176777 or 7811654. OLE color: 7811654.

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

Color convert

RGB7050119-
CMYK0.410.5800.53
HSL257.39º40.83%33.14%-
HSV(B)257.39º57.98%46.67%-
XYZ74.9218.03-
YUV63.85159.13132.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.29%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=29.29%
G=20.92%
B=49.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70501190.410.5800.53257.3940.8333.14
Hex463277293A0351012921
Octal1066216751720654015141
Binary100011011001011101111010011110100110101100000001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463277; }

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

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

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

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

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

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

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

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