#49A1F6

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

Shades of Cornflower Blue #49A1F6

Tints of Cornflower Blue #49A1F6

Color information

#49A1F6 (or 0x49A1F6) is unknown color: approx Cornflower Blue. HEX triplet: 49, A1 and F6. RGB value is (73,161,246). Sum of RGB (Red+Green+Blue) = 73+161+246=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #49A1F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A1F6 is #B65E09. Grayscale: #8F8F8F. Windows color (decimal): -11951626 or 16163145. OLE color: 16163145.

HSL color Cylindrical-coordinate representation of color #49A1F6: hue angle of 209.48º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49A1F6 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB73161246-
CMYK0.700.3500.04
HSL209.48º90.58%62.55%-
HSV(B)209.48º70.33%96.47%-
XYZ32.1333.5691.97-
YUV144.38185.3577.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.21%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 246 (96.48% from 255) = 51.25%
R=15.21%
G=33.54%
B=51.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal731612460.700.3500.04209.4890.5862.55
Hex49A1F6462304d15b3f
Octal111241366106430432113377
Binary1001001101000011111011010001101000110100110100011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A1F6; }

 p { color: rgb(73,161,246); }

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

<style>
 a { background-color: #49A1F6; }

 a { background-color: rgb(73,161,246); }

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

<style>
 span { border-color: #49A1F6; }

 span { border-color: rgb(73,161,246); }

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