#4A8DFB

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

Shades of Cornflower Blue #4A8DFB

Tints of Cornflower Blue #4A8DFB

Color information

#4A8DFB (or 0x4A8DFB) is unknown color: approx Cornflower Blue. HEX triplet: 4A, 8D and FB. RGB value is (74,141,251). Sum of RGB (Red+Green+Blue) = 74+141+251=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A8DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8DFB is #B57204. Grayscale: #858585. Windows color (decimal): -11891205 or 16485706. OLE color: 16485706.

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

Color convert

RGB74141251-
CMYK0.710.4400.02
HSL217.29º95.68%63.73%-
HSV(B)217.29º70.52%98.43%-
XYZ29.7627.4795-
YUV133.51194.385.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.88%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 251 (98.44% from 255) = 53.86%
R=15.88%
G=30.26%
B=53.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal741412510.710.4400.02217.2995.6863.73
Hex4A8DFB472C02d96040
Octal1122153731075402331140100
Binary1001010100011011111101110001111011000101101100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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