#4B89EC

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

Shades of Cornflower Blue #4B89EC

Tints of Cornflower Blue #4B89EC

Color information

#4B89EC (or 0x4B89EC) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 89 and EC. RGB value is (75,137,236). Sum of RGB (Red+Green+Blue) = 75+137+236=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #4B89EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B89EC is #B47613. Grayscale: #818181. Windows color (decimal): -11826708 or 15501643. OLE color: 15501643.

HSL color Cylindrical-coordinate representation of color #4B89EC: hue angle of 216.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B89EC is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75137236-
CMYK0.680.4200.07
HSL216.89º80.9%60.98%-
HSV(B)216.89º68.22%92.55%-
XYZ26.9925.4482.85-
YUV129.75187.9688.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.74%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 236 (92.58% from 255) = 52.68%
R=16.74%
G=30.58%
B=52.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal751372360.680.4200.07216.8980.960.98
Hex4B89EC442A07d9513d
Octal113211354104520733112175
Binary1001011100010011110110010001001010100111110110011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B89EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,137,236); }

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

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

 a { background-color: rgb(75,137,236); }

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

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

 span { border-color: rgb(75,137,236); }

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