#4993EF

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

Shades of Cornflower Blue #4993EF

Tints of Cornflower Blue #4993EF

Color information

#4993EF (or 0x4993EF) is unknown color: approx Cornflower Blue. HEX triplet: 49, 93 and EF. RGB value is (73,147,239). Sum of RGB (Red+Green+Blue) = 73+147+239=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #4993EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4993EF is #B66C10. Grayscale: #868686. Windows color (decimal): -11955217 or 15700809. OLE color: 15700809.

HSL color Cylindrical-coordinate representation of color #4993EF: hue angle of 213.25º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4993EF is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB73147239-
CMYK0.690.3800.06
HSL213.25º83.84%61.18%-
HSV(B)213.25º69.46%93.73%-
XYZ28.7628.5285.65-
YUV135.36186.4883.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.90%
GREEN value IS 147 (57.81% from 255) = 32.03%
BLUE value IS 239 (93.75% from 255) = 52.07%
R=15.90%
G=32.03%
B=52.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal731472390.690.3800.06213.2583.8461.18
Hex4993EF452606d5543d
Octal111223357105460632512475
Binary1001001100100111110111110001011001100110110101011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4993EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4993EF; }

 p { color: rgb(73,147,239); }

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

<style>
 a { background-color: #4993EF; }

 a { background-color: rgb(73,147,239); }

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

<style>
 span { border-color: #4993EF; }

 span { border-color: rgb(73,147,239); }

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