#4F85F0

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

Shades of Cornflower Blue #4F85F0

Tints of Cornflower Blue #4F85F0

Color information

#4F85F0 (or 0x4F85F0) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 85 and F0. RGB value is (79,133,240). Sum of RGB (Red+Green+Blue) = 79+133+240=452 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.48% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #4F85F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F85F0 is #B07A0F. Grayscale: #808080. Windows color (decimal): -11565584 or 15762767. OLE color: 15762767.

HSL color Cylindrical-coordinate representation of color #4F85F0: hue angle of 219.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F85F0 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB79133240-
CMYK0.670.4500.06
HSL219.88º84.29%62.55%-
HSV(B)219.88º67.08%94.12%-
XYZ27.3424.7385.77-
YUV129.05190.6192.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.48%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 240 (94.14% from 255) = 53.10%
R=17.48%
G=29.42%
B=53.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal791332400.670.4500.06219.8884.2962.55
Hex4F85F0432D06dc543f
Octal117205360103550633412477
Binary1001111100001011111000010000111011010110110111001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F85F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,133,240); }

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

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

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

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

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

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

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