#4C4E75

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

Shades of Corn Flower Blue #4C4E75

Tints of Corn Flower Blue #4C4E75

Color information

#4C4E75 (or 0x4C4E75) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 4E and 75. RGB value is (76,78,117). Sum of RGB (Red+Green+Blue) = 76+78+117=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C4E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4E75 is #B3B18A. Grayscale: #515151. Windows color (decimal): -11776395 or 7687756. OLE color: 7687756.

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

Color convert

RGB7678117-
CMYK0.350.3300.54
HSL237.07º21.24%37.84%-
HSV(B)237.07º35.04%45.88%-
XYZ8.928.2717.96-
YUV81.85147.84123.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.04%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=28.04%
G=28.78%
B=43.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76781170.350.3300.54237.0721.2437.84
Hex4C4E752321036ed1526
Octal11411616543410663552546
Binary10011001001110111010110001110000101101101110110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,78,117); }

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

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

 a { background-color: rgb(76,78,117); }

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

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

 span { border-color: rgb(76,78,117); }

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