#4A8EFB

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

Shades of Cornflower Blue #4A8EFB

Tints of Cornflower Blue #4A8EFB

Color information

#4A8EFB (or 0x4A8EFB) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 8E and FB. RGB value is (74,142,251). Sum of RGB (Red+Green+Blue) = 74+142+251=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A8EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8EFB is #B57104. Grayscale: #858585. Windows color (decimal): -11890949 or 16485962. OLE color: 16485962.

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

Color convert

RGB74142251-
CMYK0.710.4300.02
HSL216.95º95.68%63.73%-
HSV(B)216.95º70.52%98.43%-
XYZ29.9127.7795.05-
YUV134.09193.9785.14-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.85%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 251 (98.44% from 255) = 53.75%
R=15.85%
G=30.41%
B=53.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741422510.710.4300.02216.9595.6863.73
Hex4A8EFB472B02d96040
Octal1122163731075302331140100
Binary1001010100011101111101110001111010110101101100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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