#4C4677

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

Shades of Corn Flower Blue #4C4677

Tints of Corn Flower Blue #4C4677

Color information

#4C4677 (or 0x4C4677) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 46 and 77. RGB value is (76,70,119). Sum of RGB (Red+Green+Blue) = 76+70+119=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C4677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4677 is #B3B988. Grayscale: #4D4D4D. Windows color (decimal): -11778441 or 7816780. OLE color: 7816780.

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

Color convert

RGB7670119-
CMYK0.360.4100.53
HSL247.35º25.93%37.06%-
HSV(B)247.35º41.18%46.67%-
XYZ8.57.2518.4-
YUV77.38151.49127.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.68%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=28.68%
G=26.42%
B=44.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76701190.360.4100.53247.3525.9337.06
Hex4C46772429035f71a25
Octal11410616744510653673245
Binary10011001000110111011110010010100101101011111011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,119); }

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

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

 a { background-color: rgb(76,70,119); }

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

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

 span { border-color: rgb(76,70,119); }

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