#4D4974

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

Shades of Corn Flower Blue #4D4974

Tints of Corn Flower Blue #4D4974

Color information

#4D4974 (or 0x4D4974) is unknown color: approx Corn Flower Blue. HEX triplet: 4D, 49 and 74. RGB value is (77,73,116). Sum of RGB (Red+Green+Blue) = 77+73+116=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D4974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4974 is #B2B68B. Grayscale: #4E4E4E. Windows color (decimal): -11712140 or 7620941. OLE color: 7620941.

HSL color Cylindrical-coordinate representation of color #4D4974: hue angle of 245.58º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D4974 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7773116-
CMYK0.340.3700.55
HSL245.58º22.75%37.06%-
HSV(B)245.58º37.07%45.49%-
XYZ8.67.617.54-
YUV79.1148.83126.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.95%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 116 (45.70% from 255) = 43.61%
R=28.95%
G=27.44%
B=43.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77731160.340.3700.55245.5822.7537.06
Hex4D49742225037f61725
Octal11511116442450673662745
Binary10011011001001111010010001010010101101111111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,73,116); }

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

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

 a { background-color: rgb(77,73,116); }

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

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

 span { border-color: rgb(77,73,116); }

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