#46207B

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

Shades of Windsor #46207B

Tints of Windsor #46207B

Color information

#46207B (or 0x46207B) is unknown color: approx Windsor. HEX triplet: 46, 20 and 7B. RGB value is (70,32,123). Sum of RGB (Red+Green+Blue) = 70+32+123=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #46207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46207B is #B9DF84. Grayscale: #353535. Windows color (decimal): -12181381 or 8069190. OLE color: 8069190.

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

Color convert

RGB7032123-
CMYK0.430.7400.52
HSL265.05º58.71%30.39%-
HSV(B)265.05º73.98%48.24%-
XYZ6.623.7719.12-
YUV53.74167.09139.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=31.11%
G=14.22%
B=54.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70321230.430.7400.52265.0558.7130.39
Hex46207B2B4A0341093b1e
Octal10640173531120644117336
Binary100011010000011110111010111001010011010010000100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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