#4A94FB

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

Shades of Cornflower Blue #4A94FB

Tints of Cornflower Blue #4A94FB

Color information

#4A94FB (or 0x4A94FB) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 94 and FB. RGB value is (74,148,251). Sum of RGB (Red+Green+Blue) = 74+148+251=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A94FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A94FB is #B56B04. Grayscale: #898989. Windows color (decimal): -11889413 or 16487498. OLE color: 16487498.

HSL color Cylindrical-coordinate representation of color #4A94FB: hue angle of 214.92º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A94FB is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB74148251-
CMYK0.710.4100.02
HSL214.92º95.68%63.73%-
HSV(B)214.92º70.52%98.43%-
XYZ30.8329.695.36-
YUV137.62191.9882.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.64%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 251 (98.44% from 255) = 53.07%
R=15.64%
G=31.29%
B=53.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741482510.710.4100.02214.9295.6863.73
Hex4A94FB472902d76040
Octal1122243731075102327140100
Binary1001010100101001111101110001111010010101101011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,148,251); }

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

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

 a { background-color: rgb(74,148,251); }

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

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

 span { border-color: rgb(74,148,251); }

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