#4D496C

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

Shades of Corn Flower Blue #4D496C

Tints of Corn Flower Blue #4D496C

Color information

#4D496C (or 0x4D496C) is unknown color: approx Corn Flower Blue. HEX triplet: 4D, 49 and 6C. RGB value is (77,73,108). Sum of RGB (Red+Green+Blue) = 77+73+108=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D496C is #B2B693. Grayscale: #4E4E4E. Windows color (decimal): -11712148 or 7096653. OLE color: 7096653.

HSL color Cylindrical-coordinate representation of color #4D496C: hue angle of 246.86º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D496C is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7773108-
CMYK0.290.3200.58
HSL246.86º19.34%35.49%-
HSV(B)246.86º32.41%42.35%-
XYZ8.157.4315.19-
YUV78.19144.83127.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.84%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=29.84%
G=28.29%
B=41.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77731080.290.3200.58246.8619.3435.49
Hex4D496C1D2003Af71323
Octal11511115435400723672343
Binary1001101100100111011001110110000001110101111011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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