#4F4F72

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

Shades of Corn Flower Blue #4F4F72

Tints of Corn Flower Blue #4F4F72

Color information

#4F4F72 (or 0x4F4F72) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 4F and 72. RGB value is (79,79,114). Sum of RGB (Red+Green+Blue) = 79+79+114=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F4F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4F72 is #B0B08D. Grayscale: #525252. Windows color (decimal): -11579534 or 7491407. OLE color: 7491407.

HSL color Cylindrical-coordinate representation of color #4F4F72: hue angle of 240º 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 #4F4F72 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7979114-
CMYK0.310.3100.55
HSL240º18.13%37.84%-
HSV(B)240º30.7%44.71%-
XYZ9.068.4717.08-
YUV82.99145.5125.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.04%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 114 (44.92% from 255) = 41.91%
R=29.04%
G=29.04%
B=41.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79791140.310.3100.5524018.1337.84
Hex4F4F721F1F037f01226
Octal11711716237370673602246
Binary100111110011111110010111111111101101111111000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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