#498AF6

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

Shades of Cornflower Blue #498AF6

Tints of Cornflower Blue #498AF6

Color information

#498AF6 (or 0x498AF6) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8A and F6. RGB value is (73,138,246). Sum of RGB (Red+Green+Blue) = 73+138+246=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #498AF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498AF6 is #B67509. Grayscale: #828282. Windows color (decimal): -11957514 or 16157257. OLE color: 16157257.

HSL color Cylindrical-coordinate representation of color #498AF6: hue angle of 217.46º 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 #498AF6 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB73138246-
CMYK0.700.4400.04
HSL217.46º90.58%62.55%-
HSV(B)217.46º70.33%96.47%-
XYZ28.4726.2590.75-
YUV130.88192.9786.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.97%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 246 (96.48% from 255) = 53.83%
R=15.97%
G=30.20%
B=53.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal731382460.700.4400.04217.4690.5862.55
Hex498AF6462C04d95b3f
Octal111212366106540433113377
Binary1001001100010101111011010001101011000100110110011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498AF6; }

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

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

<style>
 a { background-color: #498AF6; }

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

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

<style>
 span { border-color: #498AF6; }

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

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