#4A2788

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

Shades of Windsor #4A2788

Tints of Windsor #4A2788

Color information

#4A2788 (or 0x4A2788) is unknown color: approx Windsor. HEX triplet: 4A, 27 and 88. RGB value is (74,39,136). Sum of RGB (Red+Green+Blue) = 74+39+136=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A2788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2788 is #B5D877. Grayscale: #3C3C3C. Windows color (decimal): -11917432 or 8922954. OLE color: 8922954.

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

Color convert

RGB7439136-
CMYK0.460.7100.47
HSL261.65º55.43%34.31%-
HSV(B)261.65º71.32%53.33%-
XYZ7.994.6823.78-
YUV60.52170.6137.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=29.72%
G=15.66%
B=54.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74391360.460.7100.47261.6555.4334.31
Hex4A27882E4702F1063722
Octal11247210561070574066742
Binary10010101001111000100010111010001110101111100000110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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