#4A9CFF

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

Shades of Cornflower Blue #4A9CFF

Tints of Cornflower Blue #4A9CFF

Color information

#4A9CFF (or 0x4A9CFF) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 9C and FF. RGB value is (74,156,255). Sum of RGB (Red+Green+Blue) = 74+156+255=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A9CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9CFF is #B56300. Grayscale: #8E8E8E. Windows color (decimal): -11887361 or 16751690. OLE color: 16751690.

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

Color convert

RGB74156255-
CMYK0.710.3900
HSL212.82º100%64.51%-
HSV(B)212.82º70.98%100%-
XYZ32.7632.4599.14-
YUV142.77191.3378.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.26%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 255 (100% from 255) = 52.58%
R=15.26%
G=32.16%
B=52.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal741562550.710.3900212.8210064.51
Hex4A9CFF472700d56441
Octal1122343771074700325144101
Binary100101010011100111111111000111100111001101010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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