#4999EB

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

Shades of Cornflower Blue #4999EB

Tints of Cornflower Blue #4999EB

Color information

#4999EB (or 0x4999EB) is unknown color: approx Cornflower Blue. HEX triplet: 49, 99 and EB. RGB value is (73,153,235). Sum of RGB (Red+Green+Blue) = 73+153+235=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #4999EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4999EB is #B66614. Grayscale: #8A8A8A. Windows color (decimal): -11953685 or 15440201. OLE color: 15440201.

HSL color Cylindrical-coordinate representation of color #4999EB: hue angle of 210.37º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4999EB is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73153235-
CMYK0.690.3500.08
HSL210.37º80.2%60.39%-
HSV(B)210.37º68.94%92.16%-
XYZ29.1330.282.89-
YUV138.43182.581.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.84%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 235 (92.19% from 255) = 50.98%
R=15.84%
G=33.19%
B=50.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731532350.690.3500.08210.3780.260.39
Hex4999EB452308d2503c
Octal1112313531054301032212074
Binary10010011001100111101011100010110001101000110100101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4999EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4999EB; }

 p { color: rgb(73,153,235); }

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

<style>
 a { background-color: #4999EB; }

 a { background-color: rgb(73,153,235); }

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

<style>
 span { border-color: #4999EB; }

 span { border-color: rgb(73,153,235); }

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