#4A1B96

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

Shades of Windsor #4A1B96

Tints of Windsor #4A1B96

Color information

#4A1B96 (or 0x4A1B96) is unknown color: approx Windsor. HEX triplet: 4A, 1B and 96. RGB value is (74,27,150). Sum of RGB (Red+Green+Blue) = 74+27+150=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A1B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1B96 is #B5E469. Grayscale: #363636. Windows color (decimal): -11920490 or 9837386. OLE color: 9837386.

HSL color Cylindrical-coordinate representation of color #4A1B96: hue angle of 262.93º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1B96 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7427150-
CMYK0.510.8200.41
HSL262.93º69.49%34.71%-
HSV(B)262.93º82%58.82%-
XYZ8.724.4429.25-
YUV55.08181.57141.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.48%
GREEN value IS 27 (10.94% from 255) = 10.76%
BLUE value IS 150 (58.98% from 255) = 59.76%
R=29.48%
G=10.76%
B=59.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74271500.510.8200.41262.9369.4934.71
Hex4A1B9633520291074523
Octal112332266312205140710543
Binary10010101101110010110110011101001001010011000001111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,27,150); }

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

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

 a { background-color: rgb(74,27,150); }

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

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

 span { border-color: rgb(74,27,150); }

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