#469AF6

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

Shades of Cornflower Blue #469AF6

Tints of Cornflower Blue #469AF6

Color information

#469AF6 (or 0x469AF6) is unknown color: approx Cornflower Blue. HEX triplet: 46, 9A and F6. RGB value is (70,154,246). Sum of RGB (Red+Green+Blue) = 70+154+246=470 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.89% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #469AF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469AF6 is #B96509. Grayscale: #8A8A8A. Windows color (decimal): -12150026 or 16161350. OLE color: 16161350.

HSL color Cylindrical-coordinate representation of color #469AF6: hue angle of 211.36º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #469AF6 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB70154246-
CMYK0.720.3700.04
HSL211.36º90.72%61.96%-
HSV(B)211.36º71.54%96.47%-
XYZ30.7231.0791.57-
YUV139.37188.1778.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.89%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 246 (96.48% from 255) = 52.34%
R=14.89%
G=32.77%
B=52.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal701542460.720.3700.04211.3690.7261.96
Hex469AF6482504d35b3e
Octal106232366110450432313376
Binary1000110100110101111011010010001001010100110100111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469AF6; }

 p { color: rgb(70,154,246); }

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

<style>
 a { background-color: #469AF6; }

 a { background-color: rgb(70,154,246); }

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

<style>
 span { border-color: #469AF6; }

 span { border-color: rgb(70,154,246); }

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