#4A9AFB

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

Shades of Cornflower Blue #4A9AFB

Tints of Cornflower Blue #4A9AFB

Color information

#4A9AFB (or 0x4A9AFB) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 9A and FB. RGB value is (74,154,251). Sum of RGB (Red+Green+Blue) = 74+154+251=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A9AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9AFB is #B56504. Grayscale: #8C8C8C. Windows color (decimal): -11887877 or 16489034. OLE color: 16489034.

HSL color Cylindrical-coordinate representation of color #4A9AFB: hue angle of 212.88º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A9AFB is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB74154251-
CMYK0.710.3900.02
HSL212.88º95.68%63.73%-
HSV(B)212.88º70.52%98.43%-
XYZ31.7931.5395.68-
YUV141.1419080.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.45%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 251 (98.44% from 255) = 52.40%
R=15.45%
G=32.15%
B=52.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741542510.710.3900.02212.8895.6863.73
Hex4A9AFB472702d56040
Octal1122323731074702325140100
Binary1001010100110101111101110001111001110101101010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,154,251); }

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

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

 a { background-color: rgb(74,154,251); }

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

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

 span { border-color: rgb(74,154,251); }

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