#4FA5F6

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

Shades of Cornflower Blue #4FA5F6

Tints of Cornflower Blue #4FA5F6

Color information

#4FA5F6 (or 0x4FA5F6) is unknown color: approx Cornflower Blue. HEX triplet: 4F, A5 and F6. RGB value is (79,165,246). Sum of RGB (Red+Green+Blue) = 79+165+246=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #4FA5F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA5F6 is #B05A09. Grayscale: #949494. Windows color (decimal): -11557386 or 16164175. OLE color: 16164175.

HSL color Cylindrical-coordinate representation of color #4FA5F6: hue angle of 209.1º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FA5F6 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB79165246-
CMYK0.680.3300.04
HSL209.1º90.27%63.73%-
HSV(B)209.1º67.89%96.47%-
XYZ33.3135.2392.23-
YUV148.52183.0178.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.12%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 246 (96.48% from 255) = 50.20%
R=16.12%
G=33.67%
B=50.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal791652460.680.3300.04209.190.2763.73
Hex4FA5F6442104d15a40
Octal1172453661044104321132100
Binary10011111010010111110110100010010000101001101000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,165,246); }

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

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

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

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

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

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

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