#4A1D92

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

Shades of Windsor #4A1D92

Tints of Windsor #4A1D92

Color information

#4A1D92 (or 0x4A1D92) is unknown color: approx Windsor. HEX triplet: 4A, 1D and 92. RGB value is (74,29,146). Sum of RGB (Red+Green+Blue) = 74+29+146=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A1D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1D92 is #B5E26D. Grayscale: #373737. Windows color (decimal): -11919982 or 9575754. OLE color: 9575754.

HSL color Cylindrical-coordinate representation of color #4A1D92: hue angle of 263.08º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A1D92 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7429146-
CMYK0.490.8000.43
HSL263.08º66.86%34.31%-
HSV(B)263.08º80.14%57.25%-
XYZ8.454.4127.6-
YUV55.79178.91140.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 29 (11.72% from 255) = 11.65%
BLUE value IS 146 (57.42% from 255) = 58.63%
R=29.72%
G=11.65%
B=58.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74291460.490.8000.43263.0866.8634.31
Hex4A1D92315002B1074322
Octal112352226112005340710342
Binary10010101110110010010110001101000001010111000001111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,29,146); }

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

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

 a { background-color: rgb(74,29,146); }

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

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

 span { border-color: rgb(74,29,146); }

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