#4799fe

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

Shades of Cornflower Blue #4799FE

Tints of Cornflower Blue #4799FE

Color information

#4799FE (or 0x4799FE) is unknown color: approx Cornflower Blue. HEX triplet: 47, 99 and FE. RGB value is (71,153,254). Sum of RGB (Red+Green+Blue) = 71+153+254=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #4799FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4799FE is #B86601. Grayscale: #8B8B8B. Windows color (decimal): -12084738 or 16685383. OLE color: 16685383.

HSL color Cylindrical-coordinate representation of color #4799FE: hue angle of 213.11º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4799FE is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB71153254-
CMYK0.720.4000.00
HSL213.11º98.92%63.73%-
HSV(B)213.11º72.05%99.61%-
XYZ31.8831.2898.12-
YUV140192.3378.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.85%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 254 (99.61% from 255) = 53.14%
R=14.85%
G=32.01%
B=53.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal711532540.720.4000.00213.1198.9263.73
Hex4799FE482800d56340
Octal1072313761105000325143100
Binary100011110011001111111101001000101000001101010111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4799fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4799fe; }

 p { color: rgb(71,153,254); }

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

<style>
 a { background-color: #4799fe; }

 a { background-color: rgb(71,153,254); }

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

<style>
 span { border-color: #4799fe; }

 span { border-color: rgb(71,153,254); }

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