#4A9AED

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

Shades of Cornflower Blue #4A9AED

Tints of Cornflower Blue #4A9AED

Color information

#4A9AED (or 0x4A9AED) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 9A and ED. RGB value is (74,154,237). Sum of RGB (Red+Green+Blue) = 74+154+237=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A9AED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9AED is #B56512. Grayscale: #8B8B8B. Windows color (decimal): -11887891 or 15571530. OLE color: 15571530.

HSL color Cylindrical-coordinate representation of color #4A9AED: hue angle of 210.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A9AED is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB74154237-
CMYK0.690.3500.07
HSL210.55º81.91%60.98%-
HSV(B)210.55º68.78%92.94%-
XYZ29.6730.6884.48-
YUV139.5418381.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.91%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 237 (92.97% from 255) = 50.97%
R=15.91%
G=33.12%
B=50.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal741542370.690.3500.07210.5581.9160.98
Hex4A9AED452307d3523d
Octal112232355105430732312275
Binary1001010100110101110110110001011000110111110100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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