#4C4A71

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

Shades of Corn Flower Blue #4C4A71

Tints of Corn Flower Blue #4C4A71

Color information

#4C4A71 (or 0x4C4A71) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 4A and 71. RGB value is (76,74,113). Sum of RGB (Red+Green+Blue) = 76+74+113=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C4A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4A71 is #B3B58E. Grayscale: #4E4E4E. Windows color (decimal): -11777423 or 7424588. OLE color: 7424588.

HSL color Cylindrical-coordinate representation of color #4C4A71: hue angle of 243.08º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C4A71 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7674113-
CMYK0.330.3500.56
HSL243.08º20.86%36.67%-
HSV(B)243.08º34.51%44.31%-
XYZ8.417.6316.65-
YUV79.04147.16125.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.90%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=28.90%
G=28.14%
B=42.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76741130.330.3500.56243.0820.8636.67
Hex4C4A712123038f31525
Octal11411216141430703632545
Binary10011001001010111000110000110001101110001111001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,74,113); }

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

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

 a { background-color: rgb(76,74,113); }

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

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

 span { border-color: rgb(76,74,113); }

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