#4C4576

Color #4C4576 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #4C4576

Tints of Corn Flower Blue #4C4576

Color information

#4C4576 (or 0x4C4576) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 45 and 76. RGB value is (76,69,118). Sum of RGB (Red+Green+Blue) = 76+69+118=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C4576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4576 is #B3BA89. Grayscale: #4C4C4C. Windows color (decimal): -11778698 or 7750988. OLE color: 7750988.

HSL color Cylindrical-coordinate representation of color #4C4576: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C4576 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7669118-
CMYK0.360.4200.54
HSL248.57º26.2%36.67%-
HSV(B)248.57º41.53%46.27%-
XYZ8.387.118.07-
YUV76.68151.32127.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.90%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=28.90%
G=26.24%
B=44.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76691180.360.4200.54248.5726.236.67
Hex4C4576242A036f91a25
Octal11410516644520663713245
Binary10011001000101111011010010010101001101101111100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,69,118); }

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

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

 a { background-color: rgb(76,69,118); }

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

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

 span { border-color: rgb(76,69,118); }

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