#46267A

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

Shades of Windsor #46267A

Tints of Windsor #46267A

Color information

#46267A (or 0x46267A) is unknown color: approx Windsor. HEX triplet: 46, 26 and 7A. RGB value is (70,38,122). Sum of RGB (Red+Green+Blue) = 70+38+122=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #46267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46267A is #B9D985. Grayscale: #383838. Windows color (decimal): -12179846 or 8005190. OLE color: 8005190.

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

Color convert

RGB7038122-
CMYK0.430.6900.52
HSL262.86º52.5%31.37%-
HSV(B)262.86º68.85%47.84%-
XYZ6.734.0918.85-
YUV57.14164.6137.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 122 (48.05% from 255) = 53.04%
R=30.43%
G=16.52%
B=53.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70381220.430.6900.52262.8652.531.37
Hex46267A2B45034107341f
Octal10646172531050644076437
Binary100011010011011110101010111000101011010010000011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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