#4FA0FF

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

Shades of Cornflower Blue #4FA0FF

Tints of Cornflower Blue #4FA0FF

Color information

#4FA0FF (or 0x4FA0FF) is unknown color: approx Cornflower Blue. HEX triplet: 4F, A0 and FF. RGB value is (79,160,255). Sum of RGB (Red+Green+Blue) = 79+160+255=494 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.99% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA0FF is #B05F00. Grayscale: #929292. Windows color (decimal): -11558657 or 16752719. OLE color: 16752719.

HSL color Cylindrical-coordinate representation of color #4FA0FF: hue angle of 212.39º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FA0FF is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB79160255-
CMYK0.690.3700
HSL212.39º100%65.49%-
HSV(B)212.39º69.02%100%-
XYZ33.8534.0299.39-
YUV146.61189.1679.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.99%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 255 (100% from 255) = 51.62%
R=15.99%
G=32.39%
B=51.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal791602550.690.3700212.3910065.49
Hex4FA0FF452500d46441
Octal1172403771054500324144101
Binary100111110100000111111111000101100101001101010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,160,255); }

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

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

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

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

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

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

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