#449DA7

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

Shades of Boston Blue #449DA7

Tints of Boston Blue #449DA7

Color information

#449DA7 (or 0x449DA7) is unknown color: approx Boston Blue. HEX triplet: 44, 9D and A7. RGB value is (68,157,167). Sum of RGB (Red+Green+Blue) = 68+157+167=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 167 - color contains mainly: blue. Hex color #449DA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449DA7 is #BB6258. Grayscale: #838383. Windows color (decimal): -12280409 or 10984772. OLE color: 10984772.

HSL color Cylindrical-coordinate representation of color #449DA7: hue angle of 186.06º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #449DA7 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB68157167-
CMYK0.590.0600.35
HSL186.06º42.13%46.08%-
HSV(B)186.06º59.28%65.49%-
XYZ21.4228.1340.86-
YUV131.53148.0182.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.35%
GREEN value IS 157 (61.72% from 255) = 40.05%
BLUE value IS 167 (65.62% from 255) = 42.60%
R=17.35%
G=40.05%
B=42.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681571670.590.0600.35186.0642.1346.08
Hex449DA73B6023ba2a2e
Octal1042352477360432725256
Binary10001001001110110100111111011110010001110111010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,157,167); }

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

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

 a { background-color: rgb(68,157,167); }

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

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

 span { border-color: rgb(68,157,167); }

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