#4E507A

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

Shades of Corn Flower Blue #4E507A

Tints of Corn Flower Blue #4E507A

Color information

#4E507A (or 0x4E507A) is unknown color: approx Corn Flower Blue. HEX triplet: 4E, 50 and 7A. RGB value is (78,80,122). Sum of RGB (Red+Green+Blue) = 78+80+122=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E507A is #B1AF85. Grayscale: #545454. Windows color (decimal): -11644806 or 8015950. OLE color: 8015950.

HSL color Cylindrical-coordinate representation of color #4E507A: hue angle of 237.27º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E507A is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7880122-
CMYK0.360.3400.52
HSL237.27º22%39.22%-
HSV(B)237.27º36.07%47.84%-
XYZ9.528.7619.6-
YUV84.19149.34123.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.86%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 122 (48.05% from 255) = 43.57%
R=27.86%
G=28.57%
B=43.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78801220.360.3400.52237.272239.22
Hex4E507A2422034ed1627
Octal11612017244420643552647
Binary10011101010000111101010010010001001101001110110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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