#4E4F68

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

Shades of Corn Flower Blue #4E4F68

Tints of Corn Flower Blue #4E4F68

Color information

#4E4F68 (or 0x4E4F68) is unknown color: approx Corn Flower Blue. HEX triplet: 4E, 4F and 68. RGB value is (78,79,104). Sum of RGB (Red+Green+Blue) = 78+79+104=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E4F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F68 is #B1B097. Grayscale: #515151. Windows color (decimal): -11645080 or 6836046. OLE color: 6836046.

HSL color Cylindrical-coordinate representation of color #4E4F68: hue angle of 237.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E4F68 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7879104-
CMYK0.250.2400.59
HSL237.69º14.29%35.69%-
HSV(B)237.69º25%40.78%-
XYZ8.448.2114.24-
YUV81.55140.67125.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.89%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=29.89%
G=30.27%
B=39.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78791040.250.2400.59237.6914.2935.69
Hex4E4F68191803Beee24
Octal11611715031300733561644
Binary10011101001111110100011001110000111011111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,79,104); }

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

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

 a { background-color: rgb(78,79,104); }

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

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

 span { border-color: rgb(78,79,104); }

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