#4985F7

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

Shades of Cornflower Blue #4985F7

Tints of Cornflower Blue #4985F7

Color information

#4985F7 (or 0x4985F7) is unknown color: approx Cornflower Blue. HEX triplet: 49, 85 and F7. RGB value is (73,133,247). Sum of RGB (Red+Green+Blue) = 73+133+247=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 247 (96.88% from 255 or 54.53% from 453); Max value from RGB is 247 - color contains mainly: blue. Hex color #4985F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4985F7 is #B67A08. Grayscale: #7F7F7F. Windows color (decimal): -11958793 or 16221513. OLE color: 16221513.

HSL color Cylindrical-coordinate representation of color #4985F7: hue angle of 219.31º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4985F7 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB73133247-
CMYK0.700.4600.03
HSL219.31º91.58%62.75%-
HSV(B)219.31º70.45%96.86%-
XYZ27.9224.9191.33-
YUV128.06195.1288.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.11%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 247 (96.88% from 255) = 54.53%
R=16.11%
G=29.36%
B=54.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal731332470.700.4600.03219.3191.5862.75
Hex4985F7462E03db5c3f
Octal111205367106560333313477
Binary100100110000101111101111000110101110011110110111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4985F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4985F7; }

 p { color: rgb(73,133,247); }

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

<style>
 a { background-color: #4985F7; }

 a { background-color: rgb(73,133,247); }

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

<style>
 span { border-color: #4985F7; }

 span { border-color: rgb(73,133,247); }

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