#499FFF

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

Shades of Cornflower Blue #499FFF

Tints of Cornflower Blue #499FFF

Color information

#499FFF (or 0x499FFF) is unknown color: approx Cornflower Blue. HEX triplet: 49, 9F and FF. RGB value is (73,159,255). Sum of RGB (Red+Green+Blue) = 73+159+255=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #499FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FFF is #B66000. Grayscale: #8F8F8F. Windows color (decimal): -11952129 or 16752457. OLE color: 16752457.

HSL color Cylindrical-coordinate representation of color #499FFF: hue angle of 211.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499FFF is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB73159255-
CMYK0.710.3800
HSL211.65º100%64.31%-
HSV(B)211.65º71.37%100%-
XYZ33.233.4399.31-
YUV144.23190.5177.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.99%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 255 (100% from 255) = 52.36%
R=14.99%
G=32.65%
B=52.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal731592550.710.3800211.6510064.31
Hex499FFF472600d46440
Octal1112373771074600324144100
Binary100100110011111111111111000111100110001101010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499FFF; }

 p { color: rgb(73,159,255); }

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

<style>
 a { background-color: #499FFF; }

 a { background-color: rgb(73,159,255); }

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

<style>
 span { border-color: #499FFF; }

 span { border-color: rgb(73,159,255); }

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