#4A96FE

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

Shades of Cornflower Blue #4A96FE

Tints of Cornflower Blue #4A96FE

Color information

#4A96FE (or 0x4A96FE) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 96 and FE. RGB value is (74,150,254). Sum of RGB (Red+Green+Blue) = 74+150+254=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A96FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A96FE is #B56901. Grayscale: #8A8A8A. Windows color (decimal): -11888898 or 16684618. OLE color: 16684618.

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

Color convert

RGB74150254-
CMYK0.710.4100.00
HSL214.67º98.9%64.31%-
HSV(B)214.67º70.87%99.61%-
XYZ31.6230.4297.97-
YUV139.13192.8281.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.48%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 254 (99.61% from 255) = 53.14%
R=15.48%
G=31.38%
B=53.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal741502540.710.4100.00214.6798.964.31
Hex4A96FE472900d76340
Octal1122263761075100327143100
Binary100101010010110111111101000111101001001101011111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A96FE; }

 p { color: rgb(74,150,254); }

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

<style>
 a { background-color: #4A96FE; }

 a { background-color: rgb(74,150,254); }

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

<style>
 span { border-color: #4A96FE; }

 span { border-color: rgb(74,150,254); }

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