#4a9aea

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

Shades of Cornflower Blue #4A9AEA

Tints of Cornflower Blue #4A9AEA

Color information

#4A9AEA (or 0x4A9AEA) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 9A and EA. RGB value is (74,154,234). Sum of RGB (Red+Green+Blue) = 74+154+234=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A9AEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9AEA is #B56515. Grayscale: #8A8A8A. Windows color (decimal): -11887894 or 15374922. OLE color: 15374922.

HSL color Cylindrical-coordinate representation of color #4A9AEA: hue angle of 210º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A9AEA is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB74154234-
CMYK0.680.3400.08
HSL210º79.21%60.39%-
HSV(B)210º68.38%91.76%-
XYZ29.2330.5182.19-
YUV139.2181.581.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.02%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 50.65%
R=16.02%
G=33.33%
B=50.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal741542340.680.3400.0821079.2160.39
Hex4A9AEA442208d24f3c
Octal1122323521044201032211774
Binary10010101001101011101010100010010001001000110100101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a9aea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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