#463473

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

Shades of Windsor #463473

Tints of Windsor #463473

Color information

#463473 (or 0x463473) is unknown color: approx Windsor. HEX triplet: 46, 34 and 73. RGB value is (70,52,115). Sum of RGB (Red+Green+Blue) = 70+52+115=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #463473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463473 is #B9CB8C. Grayscale: #404040. Windows color (decimal): -12176269 or 7550022. OLE color: 7550022.

HSL color Cylindrical-coordinate representation of color #463473: hue angle of 257.14º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #463473 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7052115-
CMYK0.390.5500.55
HSL257.14º37.72%32.75%-
HSV(B)257.14º54.78%45.1%-
XYZ6.85516.82-
YUV64.56156.46131.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=29.54%
G=21.94%
B=48.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70521150.390.5500.55257.1437.7232.75
Hex46347327370371012621
Octal1066416347670674014641
Binary100011011010011100111001111101110110111100000001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463473; }

 p { color: rgb(70,52,115); }

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

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

 a { background-color: rgb(70,52,115); }

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

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

 span { border-color: rgb(70,52,115); }

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