#4790F0

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

Shades of Cornflower Blue #4790F0

Tints of Cornflower Blue #4790F0

Color information

#4790F0 (or 0x4790F0) is unknown color: approx Cornflower Blue. HEX triplet: 47, 90 and F0. RGB value is (71,144,240). Sum of RGB (Red+Green+Blue) = 71+144+240=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #4790F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4790F0 is #B86F0F. Grayscale: #848484. Windows color (decimal): -12087056 or 15765575. OLE color: 15765575.

HSL color Cylindrical-coordinate representation of color #4790F0: hue angle of 214.08º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4790F0 is Cyan = 0.70, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB71144240-
CMYK0.700.400.06
HSL214.08º84.92%60.98%-
HSV(B)214.08º70.42%94.12%-
XYZ28.327.5886.27-
YUV133.12188.3283.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.60%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 240 (94.14% from 255) = 52.75%
R=15.60%
G=31.65%
B=52.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal711442400.700.400.06214.0884.9260.98
Hex4790F0462806d6553d
Octal107220360106500632612575
Binary1000111100100001111000010001101010000110110101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4790F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4790F0; }

 p { color: rgb(71,144,240); }

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

<style>
 a { background-color: #4790F0; }

 a { background-color: rgb(71,144,240); }

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

<style>
 span { border-color: #4790F0; }

 span { border-color: rgb(71,144,240); }

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