#499AF8

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

Shades of Cornflower Blue #499AF8

Tints of Cornflower Blue #499AF8

Color information

#499AF8 (or 0x499AF8) is unknown color: approx Cornflower Blue. HEX triplet: 49, 9A and F8. RGB value is (73,154,248). Sum of RGB (Red+Green+Blue) = 73+154+248=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #499AF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499AF8 is #B66507. Grayscale: #8C8C8C. Windows color (decimal): -11953416 or 16292425. OLE color: 16292425.

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

Color convert

RGB73154248-
CMYK0.710.3800.03
HSL212.23º92.59%62.94%-
HSV(B)212.23º70.56%97.25%-
XYZ31.2531.393.2-
YUV140.5188.6679.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.37%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 248 (97.27% from 255) = 52.21%
R=15.37%
G=32.42%
B=52.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal731542480.710.3800.03212.2392.5962.94
Hex499AF8472603d45d3f
Octal111232370107460332413577
Binary100100110011010111110001000111100110011110101001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,154,248); }

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

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

 a { background-color: rgb(73,154,248); }

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

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

 span { border-color: rgb(73,154,248); }

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