#4B86FC

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

Shades of Cornflower Blue #4B86FC

Tints of Cornflower Blue #4B86FC

Color information

#4B86FC (or 0x4B86FC) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 86 and FC. RGB value is (75,134,252). Sum of RGB (Red+Green+Blue) = 75+134+252=461 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.27% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B86FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B86FC is #B47903. Grayscale: #818181. Windows color (decimal): -11827460 or 16549451. OLE color: 16549451.

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

Color convert

RGB75134252-
CMYK0.700.4700.01
HSL220º96.72%64.12%-
HSV(B)220º70.24%98.82%-
XYZ2925.5795.5-
YUV129.81196.9588.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.27%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 252 (98.83% from 255) = 54.66%
R=16.27%
G=29.07%
B=54.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal751342520.700.4700.0122096.7264.12
Hex4B86FC462F01dc6140
Octal1132063741065701334141100
Binary100101110000110111111001000110101111011101110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B86FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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