#4F5070

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

Shades of Corn Flower Blue #4F5070

Tints of Corn Flower Blue #4F5070

Color information

#4F5070 (or 0x4F5070) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 50 and 70. RGB value is (79,80,112). Sum of RGB (Red+Green+Blue) = 79+80+112=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F5070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5070 is #B0AF8F. Grayscale: #535353. Windows color (decimal): -11579280 or 7360591. OLE color: 7360591.

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

Color convert

RGB7980112-
CMYK0.290.2900.56
HSL238.18º17.28%37.45%-
HSV(B)238.18º29.46%43.92%-
XYZ9.028.5716.51-
YUV83.35144.17124.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.15%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=29.15%
G=29.52%
B=41.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79801120.290.2900.56238.1817.2837.45
Hex4F50701D1D038ee1125
Octal11712016035350703562145
Binary100111110100001110000111011110101110001110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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