#4B86FE

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

Shades of Cornflower Blue #4B86FE

Tints of Cornflower Blue #4B86FE

Color information

#4B86FE (or 0x4B86FE) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 86 and FE. RGB value is (75,134,254). Sum of RGB (Red+Green+Blue) = 75+134+254=463 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.20% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B86FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B86FE is #B47901. Grayscale: #818181. Windows color (decimal): -11827458 or 16680523. OLE color: 16680523.

HSL color Cylindrical-coordinate representation of color #4B86FE: hue angle of 220.22º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B86FE is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB75134254-
CMYK0.700.4700.00
HSL220.22º98.9%64.51%-
HSV(B)220.22º70.47%99.61%-
XYZ29.3225.797.18-
YUV130.04197.9588.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.20%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 254 (99.61% from 255) = 54.86%
R=16.20%
G=28.94%
B=54.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal751342540.700.4700.00220.2298.964.51
Hex4B86FE462F00dc6341
Octal1132063761065700334143101
Binary100101110000110111111101000110101111001101110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B86FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,134,254); }

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

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

 a { background-color: rgb(75,134,254); }

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

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

 span { border-color: rgb(75,134,254); }

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