#4D507A

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

Shades of Corn Flower Blue #4D507A

Tints of Corn Flower Blue #4D507A

Color information

#4D507A (or 0x4D507A) is unknown color: approx Corn Flower Blue. HEX triplet: 4D, 50 and 7A. RGB value is (77,80,122). Sum of RGB (Red+Green+Blue) = 77+80+122=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D507A is #B2AF85. Grayscale: #535353. Windows color (decimal): -11710342 or 8015949. OLE color: 8015949.

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

Color convert

RGB7780122-
CMYK0.370.3400.52
HSL236º22.61%39.02%-
HSV(B)236º36.89%47.84%-
XYZ9.448.7219.6-
YUV83.89149.51123.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.60%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=27.60%
G=28.67%
B=43.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77801220.370.3400.5223622.6139.02
Hex4D507A2522034ec1727
Octal11512017245420643542747
Binary10011011010000111101010010110001001101001110110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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