#4C4676

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

Shades of Corn Flower Blue #4C4676

Tints of Corn Flower Blue #4C4676

Color information

#4C4676 (or 0x4C4676) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 46 and 76. RGB value is (76,70,118). Sum of RGB (Red+Green+Blue) = 76+70+118=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C4676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4676 is #B3B989. Grayscale: #4D4D4D. Windows color (decimal): -11778442 or 7751244. OLE color: 7751244.

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

Color convert

RGB7670118-
CMYK0.360.4100.54
HSL247.5º25.53%36.86%-
HSV(B)247.5º40.68%46.27%-
XYZ8.447.2218.09-
YUV77.27150.99127.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.79%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 118 (46.48% from 255) = 44.70%
R=28.79%
G=26.52%
B=44.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76701180.360.4100.54247.525.5336.86
Hex4C46762429036f81a25
Octal11410616644510663703245
Binary10011001000110111011010010010100101101101111100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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