#4F4D6F

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

Shades of Corn Flower Blue #4F4D6F

Tints of Corn Flower Blue #4F4D6F

Color information

#4F4D6F (or 0x4F4D6F) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 4D and 6F. RGB value is (79,77,111). Sum of RGB (Red+Green+Blue) = 79+77+111=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F4D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4D6F is #B0B290. Grayscale: #515151. Windows color (decimal): -11580049 or 7294287. OLE color: 7294287.

HSL color Cylindrical-coordinate representation of color #4F4D6F: hue angle of 243.53º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F4D6F is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7977111-
CMYK0.290.3100.56
HSL243.53º18.09%36.86%-
HSV(B)243.53º30.63%43.53%-
XYZ8.758.1216.14-
YUV81.47144.66126.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.59%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=29.59%
G=28.84%
B=41.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79771110.290.3100.56243.5318.0936.86
Hex4F4D6F1D1F038f41225
Octal11711515735370703642245
Binary100111110011011101111111011111101110001111010010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,77,111); }

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

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

 a { background-color: rgb(79,77,111); }

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

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

 span { border-color: rgb(79,77,111); }

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