#4E4F74

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

Shades of Corn Flower Blue #4E4F74

Tints of Corn Flower Blue #4E4F74

Color information

#4E4F74 (or 0x4E4F74) is unknown color: approx Corn Flower Blue. HEX triplet: 4E, 4F and 74. RGB value is (78,79,116). Sum of RGB (Red+Green+Blue) = 78+79+116=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E4F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F74 is #B1B08B. Grayscale: #525252. Windows color (decimal): -11645068 or 7622478. OLE color: 7622478.

HSL color Cylindrical-coordinate representation of color #4E4F74: hue angle of 238.42º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E4F74 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7879116-
CMYK0.330.3200.55
HSL238.42º19.59%38.04%-
HSV(B)238.42º32.76%45.49%-
XYZ9.098.4717.68-
YUV82.92146.67124.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.57%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=28.57%
G=28.94%
B=42.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78791160.330.3200.55238.4219.5938.04
Hex4E4F742120037ee1426
Octal11611716441400673562446
Binary10011101001111111010010000110000001101111110111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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