#4D4B6E

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

Shades of Corn Flower Blue #4D4B6E

Tints of Corn Flower Blue #4D4B6E

Color information

#4D4B6E (or 0x4D4B6E) is unknown color: approx Corn Flower Blue. HEX triplet: 4D, 4B and 6E. RGB value is (77,75,110). Sum of RGB (Red+Green+Blue) = 77+75+110=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D4B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4B6E is #B2B491. Grayscale: #4F4F4F. Windows color (decimal): -11711634 or 7228237. OLE color: 7228237.

HSL color Cylindrical-coordinate representation of color #4D4B6E: hue angle of 243.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D4B6E is Cyan = 0.3, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7775110-
CMYK0.30.3200.57
HSL243.43º18.92%36.27%-
HSV(B)243.43º31.82%43.14%-
XYZ8.397.7415.8-
YUV79.59145.16126.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.39%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=29.39%
G=28.63%
B=41.98%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77751100.30.3200.57243.4318.9236.27
Hex4D4B6E1E20039f31324
Octal11511315636400713632344
Binary1001101100101111011101111010000001110011111001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,75,110); }

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

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

 a { background-color: rgb(77,75,110); }

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

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

 span { border-color: rgb(77,75,110); }

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