#4A4576

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

Shades of Corn Flower Blue #4A4576

Tints of Corn Flower Blue #4A4576

Color information

#4A4576 (or 0x4A4576) is unknown color: approx Corn Flower Blue. HEX triplet: 4A, 45 and 76. RGB value is (74,69,118). Sum of RGB (Red+Green+Blue) = 74+69+118=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A4576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4576 is #B5BA89. Grayscale: #4B4B4B. Windows color (decimal): -11909770 or 7750986. OLE color: 7750986.

HSL color Cylindrical-coordinate representation of color #4A4576: hue angle of 246.12º 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 #4A4576 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7469118-
CMYK0.370.4200.54
HSL246.12º26.2%36.67%-
HSV(B)246.12º41.53%46.27%-
XYZ8.227.0218.06-
YUV76.08151.66126.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.35%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=28.35%
G=26.44%
B=45.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74691180.370.4200.54246.1226.236.67
Hex4A4576252A036f61a25
Octal11210516645520663663245
Binary10010101000101111011010010110101001101101111011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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