#4C4774

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

Shades of Corn Flower Blue #4C4774

Tints of Corn Flower Blue #4C4774

Color information

#4C4774 (or 0x4C4774) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 47 and 74. RGB value is (76,71,116). Sum of RGB (Red+Green+Blue) = 76+71+116=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #4C4774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4774 is #B3B88B. Grayscale: #4D4D4D. Windows color (decimal): -11778188 or 7620428. OLE color: 7620428.

HSL color Cylindrical-coordinate representation of color #4C4774: hue angle of 246.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C4774 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7671116-
CMYK0.340.3900.55
HSL246.67º24.06%36.67%-
HSV(B)246.67º38.79%45.49%-
XYZ8.397.317.49-
YUV77.62149.66126.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.90%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=28.90%
G=27.00%
B=44.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76711160.340.3900.55246.6724.0636.67
Hex4C47742227037f71825
Octal11410716442470673673045
Binary10011001000111111010010001010011101101111111011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,71,116); }

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

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

 a { background-color: rgb(76,71,116); }

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

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

 span { border-color: rgb(76,71,116); }

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