#463679

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

Shades of Windsor #463679

Tints of Windsor #463679

Color information

#463679 (or 0x463679) is unknown color: approx Windsor. HEX triplet: 46, 36 and 79. RGB value is (70,54,121). Sum of RGB (Red+Green+Blue) = 70+54+121=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #463679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463679 is #B9C986. Grayscale: #424242. Windows color (decimal): -12175751 or 7943750. OLE color: 7943750.

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

Color convert

RGB7054121-
CMYK0.420.5500.53
HSL254.33º38.29%34.31%-
HSV(B)254.33º55.37%47.45%-
XYZ7.35.3218.73-
YUV66.42158.8130.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=28.57%
G=22.04%
B=49.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70541210.420.5500.53254.3338.2934.31
Hex4636792A37035fe2622
Octal1066617152670653764642
Binary10001101101101111001101010110111011010111111110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463679; }

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

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

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

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

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

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

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

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