#4E4F7C

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

Shades of Corn Flower Blue #4E4F7C

Tints of Corn Flower Blue #4E4F7C

Color information

#4E4F7C (or 0x4E4F7C) is unknown color: approx Corn Flower Blue. HEX triplet: 4E, 4F and 7C. RGB value is (78,79,124). Sum of RGB (Red+Green+Blue) = 78+79+124=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E4F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F7C is #B1B083. Grayscale: #535353. Windows color (decimal): -11645060 or 8146766. OLE color: 8146766.

HSL color Cylindrical-coordinate representation of color #4E4F7C: hue angle of 238.7º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E4F7C is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7879124-
CMYK0.370.3600.51
HSL238.7º22.77%39.61%-
HSV(B)238.7º37.1%48.63%-
XYZ9.588.6720.24-
YUV83.83150.67123.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.76%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=27.76%
G=28.11%
B=44.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78791240.370.3600.51238.722.7739.61
Hex4E4F7C2524033ef1728
Octal11611717445440633572750
Binary10011101001111111110010010110010001100111110111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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