#4A8EFF

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

Shades of Cornflower Blue #4A8EFF

Tints of Cornflower Blue #4A8EFF

Color information

#4A8EFF (or 0x4A8EFF) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 8E and FF. RGB value is (74,142,255). Sum of RGB (Red+Green+Blue) = 74+142+255=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A8EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8EFF is #B57100. Grayscale: #868686. Windows color (decimal): -11890945 or 16748106. OLE color: 16748106.

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

Color convert

RGB74142255-
CMYK0.710.4400
HSL217.46º100%64.51%-
HSV(B)217.46º70.98%100%-
XYZ30.5528.0298.41-
YUV134.55195.9784.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.71%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 255 (100% from 255) = 54.14%
R=15.71%
G=30.15%
B=54.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal741422550.710.4400217.4610064.51
Hex4A8EFF472C00d96441
Octal1122163771075400331144101
Binary100101010001110111111111000111101100001101100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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