#499EF1

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

Shades of Cornflower Blue #499EF1

Tints of Cornflower Blue #499EF1

Color information

#499EF1 (or 0x499EF1) is unknown color: approx Cornflower Blue. HEX triplet: 49, 9E and F1. RGB value is (73,158,241). Sum of RGB (Red+Green+Blue) = 73+158+241=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #499EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EF1 is #B6610E. Grayscale: #8D8D8D. Windows color (decimal): -11952399 or 15834697. OLE color: 15834697.

HSL color Cylindrical-coordinate representation of color #499EF1: hue angle of 209.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #499EF1 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB73158241-
CMYK0.700.3400.05
HSL209.64º85.71%61.57%-
HSV(B)209.64º69.71%94.51%-
XYZ30.8532.2287.81-
YUV142.05183.8478.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.47%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 241 (94.53% from 255) = 51.06%
R=15.47%
G=33.47%
B=51.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal731582410.700.3400.05209.6485.7161.57
Hex499EF1462205d2563e
Octal111236361106420532212676
Binary1001001100111101111000110001101000100101110100101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,158,241); }

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

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

 a { background-color: rgb(73,158,241); }

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

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

 span { border-color: rgb(73,158,241); }

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