#463084

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

Shades of Windsor #463084

Tints of Windsor #463084

Color information

#463084 (or 0x463084) is unknown color: approx Windsor. HEX triplet: 46, 30 and 84. RGB value is (70,48,132). Sum of RGB (Red+Green+Blue) = 70+48+132=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #463084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463084 is #B9CF7B. Grayscale: #3F3F3F. Windows color (decimal): -12177276 or 8663110. OLE color: 8663110.

HSL color Cylindrical-coordinate representation of color #463084: hue angle of 255.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463084 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7048132-
CMYK0.470.6400.48
HSL255.71º46.67%35.29%-
HSV(B)255.71º63.64%51.76%-
XYZ7.755.0822.4-
YUV64.15166.29132.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=28%
G=19.2%
B=52.8%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70481320.470.6400.48255.7146.6735.29
Hex4630842F400301002f23
Octal10660204571000604005743
Binary10001101100001000010010111110000000110000100000000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463084; }

 p { color: rgb(70,48,132); }

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

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

 a { background-color: rgb(70,48,132); }

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

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

 span { border-color: rgb(70,48,132); }

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