#4E506E

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

Shades of Corn Flower Blue #4E506E

Tints of Corn Flower Blue #4E506E

Color information

#4E506E (or 0x4E506E) is unknown color: approx Corn Flower Blue. HEX triplet: 4E, 50 and 6E. RGB value is (78,80,110). Sum of RGB (Red+Green+Blue) = 78+80+110=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E506E is #B1AF91. Grayscale: #525252. Windows color (decimal): -11644818 or 7229518. OLE color: 7229518.

HSL color Cylindrical-coordinate representation of color #4E506E: hue angle of 236.25º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E506E is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7880110-
CMYK0.290.2700.57
HSL236.25º17.02%36.86%-
HSV(B)236.25º29.09%43.14%-
XYZ8.838.4815.92-
YUV82.82143.34124.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.10%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=29.10%
G=29.85%
B=41.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78801100.290.2700.57236.2517.0236.86
Hex4E506E1D1B039ec1125
Octal11612015635330713542145
Binary100111010100001101110111011101101110011110110010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,80,110); }

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

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

 a { background-color: rgb(78,80,110); }

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

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

 span { border-color: rgb(78,80,110); }

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