#4F98EB

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

Shades of Cornflower Blue #4F98EB

Tints of Cornflower Blue #4F98EB

Color information

#4F98EB (or 0x4F98EB) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 98 and EB. RGB value is (79,152,235). Sum of RGB (Red+Green+Blue) = 79+152+235=466 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.95% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #4F98EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F98EB is #B06714. Grayscale: #8B8B8B. Windows color (decimal): -11560725 or 15439951. OLE color: 15439951.

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

Color convert

RGB79152235-
CMYK0.660.3500.08
HSL211.92º79.59%61.57%-
HSV(B)211.92º66.38%92.16%-
XYZ29.4530.1282.86-
YUV139.64181.8284.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.95%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 235 (92.19% from 255) = 50.43%
R=16.95%
G=32.62%
B=50.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal791522350.660.3500.08211.9279.5961.57
Hex4F98EB422308d4503e
Octal1172303531024301032412076
Binary10011111001100011101011100001010001101000110101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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