#46257A

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

Shades of Windsor #46257A

Tints of Windsor #46257A

Color information

#46257A (or 0x46257A) is unknown color: approx Windsor. HEX triplet: 46, 25 and 7A. RGB value is (70,37,122). Sum of RGB (Red+Green+Blue) = 70+37+122=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #46257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46257A is #B9DA85. Grayscale: #383838. Windows color (decimal): -12180102 or 8004934. OLE color: 8004934.

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

Color convert

RGB7037122-
CMYK0.430.7000.52
HSL263.29º53.46%31.18%-
HSV(B)263.29º69.67%47.84%-
XYZ6.74.0318.84-
YUV56.56164.93137.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=30.57%
G=16.16%
B=53.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70371220.430.7000.52263.2953.4631.18
Hex46257A2B46034107351f
Octal10645172531060644076537
Binary100011010010111110101010111000110011010010000011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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