#4988EA

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

Shades of Cornflower Blue #4988EA

Tints of Cornflower Blue #4988EA

Color information

#4988EA (or 0x4988EA) is unknown color: approx Cornflower Blue. HEX triplet: 49, 88 and EA. RGB value is (73,136,234). Sum of RGB (Red+Green+Blue) = 73+136+234=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #4988EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4988EA is #B67715. Grayscale: #7F7F7F. Windows color (decimal): -11958038 or 15370313. OLE color: 15370313.

HSL color Cylindrical-coordinate representation of color #4988EA: hue angle of 216.52º degrees, saturation: 0.79, 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 #4988EA is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73136234-
CMYK0.690.4200.08
HSL216.52º79.31%60.2%-
HSV(B)216.52º68.8%91.76%-
XYZ26.424.9781.27-
YUV128.33187.6388.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.48%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 234 (91.80% from 255) = 52.82%
R=16.48%
G=30.70%
B=52.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731362340.690.4200.08216.5279.3160.2
Hex4988EA452A08d94f3c
Octal1112103521055201033111774
Binary10010011000100011101010100010110101001000110110011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4988EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4988EA; }

 p { color: rgb(73,136,234); }

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

<style>
 a { background-color: #4988EA; }

 a { background-color: rgb(73,136,234); }

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

<style>
 span { border-color: #4988EA; }

 span { border-color: rgb(73,136,234); }

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