#463678

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

Shades of Windsor #463678

Tints of Windsor #463678

Color information

#463678 (or 0x463678) is unknown color: approx Windsor. HEX triplet: 46, 36 and 78. RGB value is (70,54,120). Sum of RGB (Red+Green+Blue) = 70+54+120=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #463678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463678 is #B9C987. Grayscale: #424242. Windows color (decimal): -12175752 or 7878214. OLE color: 7878214.

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

Color convert

RGB7054120-
CMYK0.420.5500.53
HSL254.55º37.93%34.12%-
HSV(B)254.55º55%47.06%-
XYZ7.245.318.41-
YUV66.31158.3130.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=28.69%
G=22.13%
B=49.18%

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
Decimal70541200.420.5500.53254.5537.9334.12
Hex4636782A37035ff2622
Octal1066617052670653774642
Binary10001101101101111000101010110111011010111111111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463678; }

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

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

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

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

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

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

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

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