#4684FA

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

Shades of Cornflower Blue #4684FA

Tints of Cornflower Blue #4684FA

Color information

#4684FA (or 0x4684FA) is unknown color: approx Cornflower Blue. HEX triplet: 46, 84 and FA. RGB value is (70,132,250). Sum of RGB (Red+Green+Blue) = 70+132+250=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #4684FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4684FA is #B97B05. Grayscale: #7E7E7E. Windows color (decimal): -12155654 or 16417862. OLE color: 16417862.

HSL color Cylindrical-coordinate representation of color #4684FA: hue angle of 219.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4684FA is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70132250-
CMYK0.720.4700.02
HSL219.33º94.74%62.75%-
HSV(B)219.33º72%98.04%-
XYZ28.0324.7193.73-
YUV126.91197.4687.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.49%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 250 (98.05% from 255) = 55.31%
R=15.49%
G=29.20%
B=55.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701322500.720.4700.02219.3394.7462.75
Hex4684FA482F02db5f3f
Octal106204372110570233313777
Binary100011010000100111110101001000101111010110110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4684FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4684FA; }

 p { color: rgb(70,132,250); }

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

<style>
 a { background-color: #4684FA; }

 a { background-color: rgb(70,132,250); }

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

<style>
 span { border-color: #4684FA; }

 span { border-color: rgb(70,132,250); }

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