#46217B

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

Shades of Windsor #46217B

Tints of Windsor #46217B

Color information

#46217B (or 0x46217B) is unknown color: approx Windsor. HEX triplet: 46, 21 and 7B. RGB value is (70,33,123). Sum of RGB (Red+Green+Blue) = 70+33+123=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #46217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46217B is #B9DE84. Grayscale: #363636. Windows color (decimal): -12181125 or 8069446. OLE color: 8069446.

HSL color Cylindrical-coordinate representation of color #46217B: hue angle of 264.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46217B is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7033123-
CMYK0.430.7300.52
HSL264.67º57.69%30.59%-
HSV(B)264.67º73.17%48.24%-
XYZ6.643.8219.13-
YUV54.32166.76139.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 123 (48.44% from 255) = 54.42%
R=30.97%
G=14.60%
B=54.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70331230.430.7300.52264.6757.6930.59
Hex46217B2B490341093a1f
Octal10641173531110644117237
Binary100011010000111110111010111001001011010010000100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46217B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46217B; }

 p { color: rgb(70,33,123); }

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

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

 a { background-color: rgb(70,33,123); }

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

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

 span { border-color: rgb(70,33,123); }

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