#4F96F8

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

Shades of Cornflower Blue #4F96F8

Tints of Cornflower Blue #4F96F8

Color information

#4F96F8 (or 0x4F96F8) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 96 and F8. RGB value is (79,150,248). Sum of RGB (Red+Green+Blue) = 79+150+248=477 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.56% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #4F96F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F96F8 is #B06907. Grayscale: #8B8B8B. Windows color (decimal): -11561224 or 16291407. OLE color: 16291407.

HSL color Cylindrical-coordinate representation of color #4F96F8: hue angle of 214.79º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F96F8 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB79150248-
CMYK0.680.4000.03
HSL214.79º92.35%64.12%-
HSV(B)214.79º68.15%97.25%-
XYZ31.0730.2593.01-
YUV139.94188.9884.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.56%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 248 (97.27% from 255) = 51.99%
R=16.56%
G=31.45%
B=51.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal791502480.680.4000.03214.7992.3564.12
Hex4F96F8442803d75c40
Octal1172263701045003327134100
Binary1001111100101101111100010001001010000111101011110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F96F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,150,248); }

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

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

 a { background-color: rgb(79,150,248); }

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

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

 span { border-color: rgb(79,150,248); }

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