#4A8FFF

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

Shades of Cornflower Blue #4A8FFF

Tints of Cornflower Blue #4A8FFF

Color information

#4A8FFF (or 0x4A8FFF) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 8F and FF. RGB value is (74,143,255). Sum of RGB (Red+Green+Blue) = 74+143+255=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A8FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8FFF is #B57000. Grayscale: #868686. Windows color (decimal): -11890689 or 16748362. OLE color: 16748362.

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

Color convert

RGB74143255-
CMYK0.710.4400
HSL217.13º100%64.51%-
HSV(B)217.13º70.98%100%-
XYZ30.728.3298.46-
YUV135.14195.6484.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.68%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 255 (100% from 255) = 54.03%
R=15.68%
G=30.30%
B=54.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal741432550.710.4400217.1310064.51
Hex4A8FFF472C00d96441
Octal1122173771075400331144101
Binary100101010001111111111111000111101100001101100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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