#449EA8

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

Shades of Boston Blue #449EA8

Tints of Boston Blue #449EA8

Color information

#449EA8 (or 0x449EA8) is unknown color: approx Boston Blue. HEX triplet: 44, 9E and A8. RGB value is (68,158,168). Sum of RGB (Red+Green+Blue) = 68+158+168=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 168 - color contains mainly: blue. Hex color #449EA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449EA8 is #BB6157. Grayscale: #848484. Windows color (decimal): -12280152 or 11050564. OLE color: 11050564.

HSL color Cylindrical-coordinate representation of color #449EA8: hue angle of 186º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #449EA8 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB68158168-
CMYK0.600.0600.34
HSL186º42.37%46.27%-
HSV(B)186º59.52%65.88%-
XYZ21.6828.5141.41-
YUV132.23148.1882.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.26%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 168 (66.02% from 255) = 42.64%
R=17.26%
G=40.10%
B=42.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal681581680.600.0600.3418642.3746.27
Hex449EA83C6022ba2a2e
Octal1042362507460422725256
Binary10001001001111010101000111100110010001010111010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,158,168); }

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

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

 a { background-color: rgb(68,158,168); }

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

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

 span { border-color: rgb(68,158,168); }

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