#46267C

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

Shades of Windsor #46267C

Tints of Windsor #46267C

Color information

#46267C (or 0x46267C) is unknown color: approx Windsor. HEX triplet: 46, 26 and 7C. RGB value is (70,38,124). Sum of RGB (Red+Green+Blue) = 70+38+124=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #46267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46267C is #B9D983. Grayscale: #393939. Windows color (decimal): -12179844 or 8136262. OLE color: 8136262.

HSL color Cylindrical-coordinate representation of color #46267C: hue angle of 262.33º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46267C is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7038124-
CMYK0.440.6900.51
HSL262.33º53.09%31.76%-
HSV(B)262.33º69.35%48.63%-
XYZ6.864.1419.51-
YUV57.37165.6137.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=30.17%
G=16.38%
B=53.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70381240.440.6900.51262.3353.0931.76
Hex46267C2C450331063520
Octal10646174541050634066540
Binary1000110100110111110010110010001010110011100000110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46267C; }

 p { color: rgb(70,38,124); }

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

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

 a { background-color: rgb(70,38,124); }

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

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

 span { border-color: rgb(70,38,124); }

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