#4C2588

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

Shades of Windsor #4C2588

Tints of Windsor #4C2588

Color information

#4C2588 (or 0x4C2588) is unknown color: approx Windsor. HEX triplet: 4C, 25 and 88. RGB value is (76,37,136). Sum of RGB (Red+Green+Blue) = 76+37+136=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 37 (14.84% from 255 or 14.86% 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 #4C2588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2588 is #B3DA77. Grayscale: #3B3B3B. Windows color (decimal): -11786872 or 8922444. OLE color: 8922444.

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

Color convert

RGB7637136-
CMYK0.440.7300.47
HSL263.64º57.23%33.92%-
HSV(B)263.64º72.79%53.33%-
XYZ8.094.6423.76-
YUV59.95170.92139.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.52%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=30.52%
G=14.86%
B=54.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76371360.440.7300.47263.6457.2333.92
Hex4C25882C4902F1083922
Octal11445210541110574107142
Binary10011001001011000100010110010010010101111100001000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,37,136); }

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

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

 a { background-color: rgb(76,37,136); }

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

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

 span { border-color: rgb(76,37,136); }

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