#4F4C71

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

Shades of Corn Flower Blue #4F4C71

Tints of Corn Flower Blue #4F4C71

Color information

#4F4C71 (or 0x4F4C71) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 4C and 71. RGB value is (79,76,113). Sum of RGB (Red+Green+Blue) = 79+76+113=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F4C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4C71 is #B0B38E. Grayscale: #505050. Windows color (decimal): -11580303 or 7425103. OLE color: 7425103.

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

Color convert

RGB7976113-
CMYK0.300.3300.56
HSL244.86º19.58%37.06%-
HSV(B)244.86º32.74%44.31%-
XYZ8.798.0216.71-
YUV81.11145.99126.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.48%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=29.48%
G=28.36%
B=42.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79761130.300.3300.56244.8619.5837.06
Hex4F4C711E21038f51425
Octal11711416136410703652445
Binary1001111100110011100011111010000101110001111010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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