#4AA3FA

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

Shades of Cornflower Blue #4AA3FA

Tints of Cornflower Blue #4AA3FA

Color information

#4AA3FA (or 0x4AA3FA) is unknown color: approx Cornflower Blue. HEX triplet: 4A, A3 and FA. RGB value is (74,163,250). Sum of RGB (Red+Green+Blue) = 74+163+250=487 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.20% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #4AA3FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AA3FA is #B55C05. Grayscale: #919191. Windows color (decimal): -11885574 or 16425802. OLE color: 16425802.

HSL color Cylindrical-coordinate representation of color #4AA3FA: hue angle of 209.66º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AA3FA is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB74163250-
CMYK0.700.3500.02
HSL209.66º94.62%63.53%-
HSV(B)209.66º70.4%98.04%-
XYZ33.1834.5595.36-
YUV146.31186.5176.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.20%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 250 (98.05% from 255) = 51.33%
R=15.20%
G=33.47%
B=51.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741632500.700.3500.02209.6694.6263.53
Hex4AA3FA462302d25f40
Octal1122433721064302322137100
Binary1001010101000111111101010001101000110101101001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,163,250); }

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

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

 a { background-color: rgb(74,163,250); }

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

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

 span { border-color: rgb(74,163,250); }

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