#4AA6FB

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

Shades of Cornflower Blue #4AA6FB

Tints of Cornflower Blue #4AA6FB

Color information

#4AA6FB (or 0x4AA6FB) is unknown color: approx Cornflower Blue. HEX triplet: 4A, A6 and FB. RGB value is (74,166,251). Sum of RGB (Red+Green+Blue) = 74+166+251=491 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.07% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AA6FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AA6FB is #B55904. Grayscale: #939393. Windows color (decimal): -11884805 or 16492106. OLE color: 16492106.

HSL color Cylindrical-coordinate representation of color #4AA6FB: hue angle of 208.81º 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 #4AA6FB is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB74166251-
CMYK0.710.3400.02
HSL208.81º95.68%63.73%-
HSV(B)208.81º70.52%98.43%-
XYZ33.8735.6996.37-
YUV148.18186.0275.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.07%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 251 (98.44% from 255) = 51.12%
R=15.07%
G=33.81%
B=51.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741662510.710.3400.02208.8195.6863.73
Hex4AA6FB472202d16040
Octal1122463731074202321140100
Binary1001010101001101111101110001111000100101101000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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