#4A9BFF

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

Shades of Cornflower Blue #4A9BFF

Tints of Cornflower Blue #4A9BFF

Color information

#4A9BFF (or 0x4A9BFF) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 9B and FF. RGB value is (74,155,255). Sum of RGB (Red+Green+Blue) = 74+155+255=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9BFF is #B56400. Grayscale: #8D8D8D. Windows color (decimal): -11887617 or 16751434. OLE color: 16751434.

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

Color convert

RGB74155255-
CMYK0.710.3900
HSL213.15º100%64.51%-
HSV(B)213.15º70.98%100%-
XYZ32.632.1299.09-
YUV142.18191.6679.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.29%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 255 (100% from 255) = 52.69%
R=15.29%
G=32.02%
B=52.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal741552550.710.3900213.1510064.51
Hex4A9BFF472700d56441
Octal1122333771074700325144101
Binary100101010011011111111111000111100111001101010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,155,255); }

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

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

 a { background-color: rgb(74,155,255); }

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

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

 span { border-color: rgb(74,155,255); }

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