#4486FF

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

Shades of Cornflower Blue #4486FF

Tints of Cornflower Blue #4486FF

Color information

#4486FF (or 0x4486FF) is unknown color: approx Cornflower Blue. HEX triplet: 44, 86 and FF. RGB value is (68,134,255). Sum of RGB (Red+Green+Blue) = 68+134+255=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #4486FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4486FF is #BB7900. Grayscale: #7F7F7F. Windows color (decimal): -12286209 or 16746052. OLE color: 16746052.

HSL color Cylindrical-coordinate representation of color #4486FF: hue angle of 218.82º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4486FF is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB68134255-
CMYK0.730.4700
HSL218.82º100%63.33%-
HSV(B)218.82º73.33%100%-
XYZ28.9625.598-
YUV128.06199.6385.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.88%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 255 (100% from 255) = 55.80%
R=14.88%
G=29.32%
B=55.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal681342550.730.4700218.8210063.33
Hex4486FF492F00db643f
Octal104206377111570033314477
Binary10001001000011011111111100100110111100110110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4486FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4486FF; }

 p { color: rgb(68,134,255); }

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

<style>
 a { background-color: #4486FF; }

 a { background-color: rgb(68,134,255); }

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

<style>
 span { border-color: #4486FF; }

 span { border-color: rgb(68,134,255); }

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