#4691f0

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

Shades of Cornflower Blue #4691F0

Tints of Cornflower Blue #4691F0

Color information

#4691F0 (or 0x4691F0) is unknown color: approx Cornflower Blue. HEX triplet: 46, 91 and F0. RGB value is (70,145,240). Sum of RGB (Red+Green+Blue) = 70+145+240=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 145 (57.03% from 255 or 31.87% 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 #4691F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4691F0 is #B96E0F. Grayscale: #848484. Windows color (decimal): -12152336 or 15765830. OLE color: 15765830.

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

Color convert

RGB70145240-
CMYK0.710.4000.06
HSL213.53º85%60.78%-
HSV(B)213.53º70.83%94.12%-
XYZ28.3827.8486.32-
YUV133.4188.1582.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.38%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 240 (94.14% from 255) = 52.75%
R=15.38%
G=31.87%
B=52.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal701452400.710.4000.06213.538560.78
Hex4691F0472806d6553d
Octal106221360107500632612575
Binary1000110100100011111000010001111010000110110101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4691f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4691f0; }

 p { color: rgb(70,145,240); }

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

<style>
 a { background-color: #4691f0; }

 a { background-color: rgb(70,145,240); }

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

<style>
 span { border-color: #4691f0; }

 span { border-color: rgb(70,145,240); }

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