#4E506C

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

Shades of Corn Flower Blue #4E506C

Tints of Corn Flower Blue #4E506C

Color information

#4E506C (or 0x4E506C) is unknown color: approx Corn Flower Blue. HEX triplet: 4E, 50 and 6C. RGB value is (78,80,108). Sum of RGB (Red+Green+Blue) = 78+80+108=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E506C is #B1AF93. Grayscale: #525252. Windows color (decimal): -11644820 or 7098446. OLE color: 7098446.

HSL color Cylindrical-coordinate representation of color #4E506C: hue angle of 236º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E506C is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7880108-
CMYK0.280.2600.58
HSL236º16.13%36.47%-
HSV(B)236º27.78%42.35%-
XYZ8.728.4415.36-
YUV82.59142.34124.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=29.32%
G=30.08%
B=40.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78801080.280.2600.5823616.1336.47
Hex4E506C1C1A03Aec1024
Octal11612015434320723542044
Binary100111010100001101100111001101001110101110110010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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