#4F496F

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

Shades of Corn Flower Blue #4F496F

Tints of Corn Flower Blue #4F496F

Color information

#4F496F (or 0x4F496F) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 49 and 6F. RGB value is (79,73,111). Sum of RGB (Red+Green+Blue) = 79+73+111=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F496F is #B0B690. Grayscale: #4E4E4E. Windows color (decimal): -11581073 or 7293263. OLE color: 7293263.

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

Color convert

RGB7973111-
CMYK0.290.3400.56
HSL249.47º20.65%36.08%-
HSV(B)249.47º34.23%43.53%-
XYZ8.487.5816.05-
YUV79.13145.99127.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.04%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 111 (43.75% from 255) = 42.21%
R=30.04%
G=27.76%
B=42.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79731110.290.3400.56249.4720.6536.08
Hex4F496F1D22038f91524
Octal11711115735420703712544
Binary1001111100100111011111110110001001110001111100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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