#4A2290

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

Shades of Windsor #4A2290

Tints of Windsor #4A2290

Color information

#4A2290 (or 0x4A2290) is unknown color: approx Windsor. HEX triplet: 4A, 22 and 90. RGB value is (74,34,144). Sum of RGB (Red+Green+Blue) = 74+34+144=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A2290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2290 is #B5DD6F. Grayscale: #3A3A3A. Windows color (decimal): -11918704 or 9445962. OLE color: 9445962.

HSL color Cylindrical-coordinate representation of color #4A2290: hue angle of 261.82º 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 #4A2290 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7434144-
CMYK0.490.7600.44
HSL261.82º61.8%34.9%-
HSV(B)261.82º76.39%56.47%-
XYZ8.434.6126.83-
YUV58.5176.25139.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.37%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 144 (56.64% from 255) = 57.14%
R=29.37%
G=13.49%
B=57.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74341440.490.7600.44261.8261.834.9
Hex4A2290314C02C1063e23
Octal11242220611140544067643
Binary10010101000101001000011000110011000101100100000110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A2290; }

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

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

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

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

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

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

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

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