#4F507C

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

Shades of Corn Flower Blue #4F507C

Tints of Corn Flower Blue #4F507C

Color information

#4F507C (or 0x4F507C) is unknown color: approx Corn Flower Blue. HEX triplet: 4F, 50 and 7C. RGB value is (79,80,124). Sum of RGB (Red+Green+Blue) = 79+80+124=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F507C is #B0AF83. Grayscale: #545454. Windows color (decimal): -11579268 or 8147023. OLE color: 8147023.

HSL color Cylindrical-coordinate representation of color #4F507C: hue angle of 238.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F507C is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7980124-
CMYK0.360.3500.51
HSL238.67º22.17%39.8%-
HSV(B)238.67º36.29%48.63%-
XYZ9.738.8520.27-
YUV84.72150.17123.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=27.92%
G=28.27%
B=43.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79801240.360.3500.51238.6722.1739.8
Hex4F507C2423033ef1628
Octal11712017444430633572650
Binary10011111010000111110010010010001101100111110111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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