#4A8BFB

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

Shades of Cornflower Blue #4A8BFB

Tints of Cornflower Blue #4A8BFB

Color information

#4A8BFB (or 0x4A8BFB) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 8B and FB. RGB value is (74,139,251). Sum of RGB (Red+Green+Blue) = 74+139+251=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A8BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8BFB is #B57404. Grayscale: #838383. Windows color (decimal): -11891717 or 16485194. OLE color: 16485194.

HSL color Cylindrical-coordinate representation of color #4A8BFB: hue angle of 217.97º 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 #4A8BFB is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB74139251-
CMYK0.710.4500.02
HSL217.97º95.68%63.73%-
HSV(B)217.97º70.52%98.43%-
XYZ29.4726.8994.9-
YUV132.33194.9786.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.95%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 251 (98.44% from 255) = 54.09%
R=15.95%
G=29.96%
B=54.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741392510.710.4500.02217.9795.6863.73
Hex4A8BFB472D02da6040
Octal1122133731075502332140100
Binary1001010100010111111101110001111011010101101101011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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