#463174

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

Shades of Windsor #463174

Tints of Windsor #463174

Color information

#463174 (or 0x463174) is unknown color: approx Windsor. HEX triplet: 46, 31 and 74. RGB value is (70,49,116). Sum of RGB (Red+Green+Blue) = 70+49+116=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #463174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463174 is #B9CE8B. Grayscale: #3E3E3E. Windows color (decimal): -12177036 or 7614790. OLE color: 7614790.

HSL color Cylindrical-coordinate representation of color #463174: hue angle of 258.81º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #463174 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7049116-
CMYK0.400.5800.55
HSL258.81º40.61%32.35%-
HSV(B)258.81º57.76%45.49%-
XYZ6.784.7617.08-
YUV62.92157.96133.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 116 (45.70% from 255) = 49.36%
R=29.79%
G=20.85%
B=49.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70491160.400.5800.55258.8140.6132.35
Hex463174283A0371032920
Octal1066116450720674035140
Binary100011011000111101001010001110100110111100000011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463174; }

 p { color: rgb(70,49,116); }

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

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

 a { background-color: rgb(70,49,116); }

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

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

 span { border-color: rgb(70,49,116); }

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