#4A93F0

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

Shades of Cornflower Blue #4A93F0

Tints of Cornflower Blue #4A93F0

Color information

#4A93F0 (or 0x4A93F0) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 93 and F0. RGB value is (74,147,240). Sum of RGB (Red+Green+Blue) = 74+147+240=461 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.05% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #4A93F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A93F0 is #B56C0F. Grayscale: #878787. Windows color (decimal): -11889680 or 15766346. OLE color: 15766346.

HSL color Cylindrical-coordinate representation of color #4A93F0: hue angle of 213.61º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A93F0 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB74147240-
CMYK0.690.3900.06
HSL213.61º84.69%61.57%-
HSV(B)213.61º69.17%94.12%-
XYZ28.9928.6186.43-
YUV135.77186.8283.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.05%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 240 (94.14% from 255) = 52.06%
R=16.05%
G=31.89%
B=52.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal741472400.690.3900.06213.6184.6961.57
Hex4A93F0452706d6553e
Octal112223360105470632612576
Binary1001010100100111111000010001011001110110110101101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A93F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,147,240); }

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

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

 a { background-color: rgb(74,147,240); }

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

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

 span { border-color: rgb(74,147,240); }

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