#4F5072

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

Shades of Corn Flower Blue #4F5072

Tints of Corn Flower Blue #4F5072

Color information

#4F5072 (or 0x4F5072) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 50 and 72. RGB value is (79,80,114). Sum of RGB (Red+Green+Blue) = 79+80+114=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F5072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5072 is #B0AF8D. Grayscale: #535353. Windows color (decimal): -11579278 or 7491663. OLE color: 7491663.

HSL color Cylindrical-coordinate representation of color #4F5072: hue angle of 238.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F5072 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7980114-
CMYK0.310.3000.55
HSL238.29º18.13%37.84%-
HSV(B)238.29º30.7%44.71%-
XYZ9.138.6117.1-
YUV83.58145.17124.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.94%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=28.94%
G=29.30%
B=41.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79801140.310.3000.55238.2918.1337.84
Hex4F50721F1E037ee1226
Octal11712016237360673562246
Binary100111110100001110010111111111001101111110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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