#462290

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

Shades of Windsor #462290

Tints of Windsor #462290

Color information

#462290 (or 0x462290) is unknown color: approx Windsor. HEX triplet: 46, 22 and 90. RGB value is (70,34,144). Sum of RGB (Red+Green+Blue) = 70+34+144=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #462290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462290 is #B9DD6F. Grayscale: #383838. Windows color (decimal): -12180848 or 9445958. OLE color: 9445958.

HSL color Cylindrical-coordinate representation of color #462290: hue angle of 259.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462290 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7034144-
CMYK0.510.7600.44
HSL259.64º61.8%34.9%-
HSV(B)259.64º76.39%56.47%-
XYZ8.134.4626.82-
YUV57.3176.93137.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=28.23%
G=13.71%
B=58.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70341440.510.7600.44259.6461.834.9
Hex462290334C02C1043e23
Octal10642220631140544047643
Binary10001101000101001000011001110011000101100100000100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462290; }

 p { color: rgb(70,34,144); }

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

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

 a { background-color: rgb(70,34,144); }

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

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

 span { border-color: rgb(70,34,144); }

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