#4A8EFE

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

Shades of Cornflower Blue #4A8EFE

Tints of Cornflower Blue #4A8EFE

Color information

#4A8EFE (or 0x4A8EFE) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 8E and FE. RGB value is (74,142,254). Sum of RGB (Red+Green+Blue) = 74+142+254=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A8EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8EFE is #B57101. Grayscale: #858585. Windows color (decimal): -11890946 or 16682570. OLE color: 16682570.

HSL color Cylindrical-coordinate representation of color #4A8EFE: hue angle of 217.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A8EFE is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB74142254-
CMYK0.710.4400.00
HSL217.33º98.9%64.31%-
HSV(B)217.33º70.87%99.61%-
XYZ30.3927.9697.56-
YUV134.44195.4784.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.74%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 254 (99.61% from 255) = 54.04%
R=15.74%
G=30.21%
B=54.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal741422540.710.4400.00217.3398.964.31
Hex4A8EFE472C00d96340
Octal1122163761075400331143100
Binary100101010001110111111101000111101100001101100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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