Html Css Color HEX #449FA9 Boston Blue

📋 copy color: '#449FA9'

red 68 ◦ green 159 ◦ blue 169

#449FA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #449FA9

Tints of Boston Blue #449FA9

RGB

 RED value IS 68 (26.95% from 255) = 17.17%

 GREEN value IS 159 (62.5% from 255) = 40.15%

 BLUE value IS 169 (66.41% from 255) = 42.68%

R = 17.17%
G = 40.15%
B = 42.68%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#449FA9 (or 0x449FA9) is known color: Boston Blue. HEX triplet: 44, 9F and A9. RGB value is (68,159,169). Sum of RGB (Red+Green+Blue) = 68+159+169=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #449FA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449FA9 is #BB6056. Grayscale: #848484. Windows color (decimal): -12279895 or 11116356. OLE color: 11116356.

HSL color Cylindrical-coordinate representation of color #449FA9: hue angle of 185.94º degrees, saturation: 0.43, 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 #449FA9 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 68 159 169 -
CMYK 0.60 0.06 0 0.34
HSL 185.94º 0.43% 0.46% -
HSV(B) 185.94º 0.6% 0.66% -
XYZ 21.94 28.89 41.96 -
YUV 132.93 148.35 81.69 -
System Red Green Blue C M Y K H S L
Decimal 68 159 169 0.60 0.06 0 0.34 185.94 0.43 0.46
Hex 44 9F A9 3C 6 0 22 BA 2B 2E
Octal 104 237 251 74 6 0 42 272 53 56
Binary 1000100 10011111 10101001 111100 110 0 100010 10111010 101011 101110

Color Harmonies of #449FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449FA9

Black with #449FA9

Text Example


Text Example

White with #449FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #449FA9;
 }
 .AnyTagClassName
 {
   color: #449FA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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