#46297A

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

Shades of Windsor #46297A

Tints of Windsor #46297A

Color information

#46297A (or 0x46297A) is unknown color: approx Windsor. HEX triplet: 46, 29 and 7A. RGB value is (70,41,122). Sum of RGB (Red+Green+Blue) = 70+41+122=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #46297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46297A is #B9D685. Grayscale: #3A3A3A. Windows color (decimal): -12179078 or 8005958. OLE color: 8005958.

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

Color convert

RGB7041122-
CMYK0.430.6600.52
HSL261.48º49.69%31.96%-
HSV(B)261.48º66.39%47.84%-
XYZ6.834.2918.88-
YUV58.9163.61135.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=30.04%
G=17.60%
B=52.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70411220.430.6600.52261.4849.6931.96
Hex46297A2B420341053220
Octal10651172531020644056240
Binary1000110101001111101010101110000100110100100000101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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