#4988FF

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

Shades of Cornflower Blue #4988FF

Tints of Cornflower Blue #4988FF

Color information

#4988FF (or 0x4988FF) is unknown color: approx Cornflower Blue. HEX triplet: 49, 88 and FF. RGB value is (73,136,255). Sum of RGB (Red+Green+Blue) = 73+136+255=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #4988FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4988FF is #B67700. Grayscale: #828282. Windows color (decimal): -11958017 or 16746569. OLE color: 16746569.

HSL color Cylindrical-coordinate representation of color #4988FF: hue angle of 219.23º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4988FF is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB73136255-
CMYK0.710.4700
HSL219.23º100%64.31%-
HSV(B)219.23º71.37%100%-
XYZ29.626.2498.11-
YUV130.73198.1386.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.73%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 255 (100% from 255) = 54.96%
R=15.73%
G=29.31%
B=54.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal731362550.710.4700219.2310064.31
Hex4988FF472F00db6440
Octal1112103771075700333144100
Binary100100110001000111111111000111101111001101101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4988FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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