#4B86E8

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

Shades of Cornflower Blue #4B86E8

Tints of Cornflower Blue #4B86E8

Color information

#4B86E8 (or 0x4B86E8) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 86 and E8. RGB value is (75,134,232). Sum of RGB (Red+Green+Blue) = 75+134+232=441 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.01% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #4B86E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B86E8 is #B47917. Grayscale: #7F7F7F. Windows color (decimal): -11827480 or 15238731. OLE color: 15238731.

HSL color Cylindrical-coordinate representation of color #4B86E8: hue angle of 217.45º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B86E8 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB75134232-
CMYK0.680.4200.09
HSL217.45º77.34%60.2%-
HSV(B)217.45º67.67%90.98%-
XYZ25.9924.3779.68-
YUV127.53186.9590.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.01%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 232 (91.02% from 255) = 52.61%
R=17.01%
G=30.39%
B=52.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal751342320.680.4200.09217.4577.3460.2
Hex4B86E8442A09d94d3c
Octal1132063501045201133111574
Binary10010111000011011101000100010010101001001110110011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B86E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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