#4F98F1

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

Shades of Cornflower Blue #4F98F1

Tints of Cornflower Blue #4F98F1

Color information

#4F98F1 (or 0x4F98F1) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 98 and F1. RGB value is (79,152,241). Sum of RGB (Red+Green+Blue) = 79+152+241=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F98F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F98F1 is #B0670E. Grayscale: #8B8B8B. Windows color (decimal): -11560719 or 15833167. OLE color: 15833167.

HSL color Cylindrical-coordinate representation of color #4F98F1: hue angle of 212.96º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F98F1 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB79152241-
CMYK0.670.3700.05
HSL212.96º85.26%62.75%-
HSV(B)212.96º67.22%94.51%-
XYZ30.3330.4787.5-
YUV140.32184.8284.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.74%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 241 (94.53% from 255) = 51.06%
R=16.74%
G=32.20%
B=51.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal791522410.670.3700.05212.9685.2662.75
Hex4F98F1432505d5553f
Octal117230361103450532512577
Binary1001111100110001111000110000111001010101110101011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F98F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F98F1; }

 p { color: rgb(79,152,241); }

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

<style>
 a { background-color: #4F98F1; }

 a { background-color: rgb(79,152,241); }

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

<style>
 span { border-color: #4F98F1; }

 span { border-color: rgb(79,152,241); }

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