#463677

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

Shades of Windsor #463677

Tints of Windsor #463677

Color information

#463677 (or 0x463677) is unknown color: approx Windsor. HEX triplet: 46, 36 and 77. RGB value is (70,54,119). Sum of RGB (Red+Green+Blue) = 70+54+119=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 54 (21.48% from 255 or 22.22% 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 #463677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463677 is #B9C988. Grayscale: #414141. Windows color (decimal): -12175753 or 7812678. OLE color: 7812678.

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

Color convert

RGB7054119-
CMYK0.410.5500.53
HSL254.77º37.57%33.92%-
HSV(B)254.77º54.62%46.67%-
XYZ7.175.2718.09-
YUV66.19157.8130.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=28.81%
G=22.22%
B=48.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70541190.410.5500.53254.7737.5733.92
Hex4636772937035ff2622
Octal1066616751670653774642
Binary10001101101101110111101001110111011010111111111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463677; }

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

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

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

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

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

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

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

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