#4F5068

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

Shades of Corn Flower Blue #4F5068

Tints of Corn Flower Blue #4F5068

Color information

#4F5068 (or 0x4F5068) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 50 and 68. RGB value is (79,80,104). Sum of RGB (Red+Green+Blue) = 79+80+104=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F5068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5068 is #B0AF97. Grayscale: #525252. Windows color (decimal): -11579288 or 6836303. OLE color: 6836303.

HSL color Cylindrical-coordinate representation of color #4F5068: hue angle of 237.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F5068 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7980104-
CMYK0.240.2300.59
HSL237.6º13.66%35.88%-
HSV(B)237.6º24.04%40.78%-
XYZ8.598.414.27-
YUV82.44140.17125.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.04%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=30.04%
G=30.42%
B=39.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79801040.240.2300.59237.613.6635.88
Hex4F5068181703Beee24
Octal11712015030270733561644
Binary10011111010000110100011000101110111011111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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