#449CF6

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

Shades of Cornflower Blue #449CF6

Tints of Cornflower Blue #449CF6

Color information

#449CF6 (or 0x449CF6) is unknown color: approx Cornflower Blue. HEX triplet: 44, 9C and F6. RGB value is (68,156,246). Sum of RGB (Red+Green+Blue) = 68+156+246=470 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.47% from 470); Green value is 156 (61.33% from 255 or 33.19% 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 #449CF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449CF6 is #BB6309. Grayscale: #8B8B8B. Windows color (decimal): -12280586 or 16161860. OLE color: 16161860.

HSL color Cylindrical-coordinate representation of color #449CF6: hue angle of 210.34º 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 #449CF6 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB68156246-
CMYK0.720.3700.04
HSL210.34º90.82%61.57%-
HSV(B)210.34º72.36%96.47%-
XYZ30.9131.6691.67-
YUV139.95187.8576.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.47%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 246 (96.48% from 255) = 52.34%
R=14.47%
G=33.19%
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
Decimal681562460.720.3700.04210.3490.8261.57
Hex449CF6482504d25b3e
Octal104234366110450432213376
Binary1000100100111001111011010010001001010100110100101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449CF6; }

 p { color: rgb(68,156,246); }

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

<style>
 a { background-color: #449CF6; }

 a { background-color: rgb(68,156,246); }

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

<style>
 span { border-color: #449CF6; }

 span { border-color: rgb(68,156,246); }

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