#449FAF

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

Shades of Boston Blue #449FAF

Tints of Boston Blue #449FAF

Color information

#449FAF (or 0x449FAF) is unknown color: approx Boston Blue. HEX triplet: 44, 9F and AF. RGB value is (68,159,175). Sum of RGB (Red+Green+Blue) = 68+159+175=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #449FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449FAF is #BB6050. Grayscale: #858585. Windows color (decimal): -12279889 or 11509572. OLE color: 11509572.

HSL color Cylindrical-coordinate representation of color #449FAF: hue angle of 188.97º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #449FAF is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB68159175-
CMYK0.610.0900.31
HSL188.97º44.03%47.65%-
HSV(B)188.97º61.14%68.63%-
XYZ22.5229.1244.99-
YUV133.61151.3581.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.92%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=16.92%
G=39.55%
B=43.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681591750.610.0900.31188.9744.0347.65
Hex449FAF3D901Fbd2c30
Octal10423725775110372755460
Binary10001001001111110101111111101100101111110111101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,159,175); }

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

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

 a { background-color: rgb(68,159,175); }

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

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

 span { border-color: rgb(68,159,175); }

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