#4A1F88

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

Shades of Windsor #4A1F88

Tints of Windsor #4A1F88

Color information

#4A1F88 (or 0x4A1F88) is unknown color: approx Windsor. HEX triplet: 4A, 1F and 88. RGB value is (74,31,136). Sum of RGB (Red+Green+Blue) = 74+31+136=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A1F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1F88 is #B5E077. Grayscale: #373737. Windows color (decimal): -11919480 or 8920906. OLE color: 8920906.

HSL color Cylindrical-coordinate representation of color #4A1F88: hue angle of 264.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A1F88 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7431136-
CMYK0.460.7700.47
HSL264.57º62.87%32.75%-
HSV(B)264.57º77.21%53.33%-
XYZ7.764.2123.7-
YUV55.83173.25140.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.71%
GREEN value IS 31 (12.5% from 255) = 12.86%
BLUE value IS 136 (53.52% from 255) = 56.43%
R=30.71%
G=12.86%
B=56.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74311360.460.7700.47264.5762.8732.75
Hex4A1F882E4D02F1093f21
Octal11237210561150574117741
Binary1001010111111000100010111010011010101111100001001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,31,136); }

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

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

 a { background-color: rgb(74,31,136); }

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

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

 span { border-color: rgb(74,31,136); }

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