#4D5078

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

Shades of Corn Flower Blue #4D5078

Tints of Corn Flower Blue #4D5078

Color information

#4D5078 (or 0x4D5078) is unknown color: approx Corn Flower Blue. HEX triplet: 4D, 50 and 78. RGB value is (77,80,120). Sum of RGB (Red+Green+Blue) = 77+80+120=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D5078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5078 is #B2AF87. Grayscale: #535353. Windows color (decimal): -11710344 or 7884877. OLE color: 7884877.

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

Color convert

RGB7780120-
CMYK0.360.3300.53
HSL235.81º21.83%38.63%-
HSV(B)235.81º35.83%47.06%-
XYZ9.328.6718.95-
YUV83.66148.51123.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.80%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=27.80%
G=28.88%
B=43.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77801200.360.3300.53235.8121.8338.63
Hex4D50782421035ec1627
Octal11512017044410653542647
Binary10011011010000111100010010010000101101011110110010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,80,120); }

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

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

 a { background-color: rgb(77,80,120); }

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

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

 span { border-color: rgb(77,80,120); }

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