#4F5071

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

Shades of Corn Flower Blue #4F5071

Tints of Corn Flower Blue #4F5071

Color information

#4F5071 (or 0x4F5071) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 50 and 71. RGB value is (79,80,113). Sum of RGB (Red+Green+Blue) = 79+80+113=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5071 is #B0AF8E. Grayscale: #535353. Windows color (decimal): -11579279 or 7426127. OLE color: 7426127.

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

Color convert

RGB7980113-
CMYK0.300.2900.56
HSL238.24º17.71%37.65%-
HSV(B)238.24º30.09%44.31%-
XYZ9.078.5916.8-
YUV83.46144.67124.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.04%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=29.04%
G=29.41%
B=41.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79801130.300.2900.56238.2417.7137.65
Hex4F50711E1D038ee1226
Octal11712016136350703562246
Binary100111110100001110001111101110101110001110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,80,113); }

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

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

 a { background-color: rgb(79,80,113); }

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

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

 span { border-color: rgb(79,80,113); }

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