Html Css Color HEX #449BAA Boston Blue

📋 copy color: '#449BAA'

red 68 ◦ green 155 ◦ blue 170

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

Shades of Boston Blue #449BAA

Tints of Boston Blue #449BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 17.3%
G = 39.44%
B = 43.26%

CMYK

 C value IS 0.6

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#449BAA (or 0x449BAA) is known color: Boston Blue. HEX triplet: 44, 9B and AA. RGB value is (68,155,170). Sum of RGB (Red+Green+Blue) = 68+155+170=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #449BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449BAA is #BB6455. Grayscale: #828282. Windows color (decimal): -12280918 or 11180868. OLE color: 11180868.

HSL color Cylindrical-coordinate representation of color #449BAA: hue angle of 188.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #449BAA is Cyan = 0.6, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 155 170 -
CMYK 0.6 0.09 0 0.33
HSL 188.82º 0.43% 0.47% -
HSV(B) 188.82º 0.6% 0.67% -
XYZ 21.36 27.57 42.23 -
YUV 130.7 150.18 83.28 -
System Red Green Blue C M Y K H S L
Decimal 68 155 170 0.6 0.09 0 0.33 188.82 0.43 0.47
Hex 44 9B AA 3C 9 0 21 BD 2B 2F
Octal 104 233 252 74 11 0 41 275 53 57
Binary 1000100 10011011 10101010 111100 1001 0 100001 10111101 101011 101111

Color Harmonies of #449BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BAA

Black with #449BAA

Text Example


Text Example

White with #449BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,155,170); }

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

background-color css

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

 a { background-color: rgb(68,155,170); }

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

border-color css

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

 span { border-color: rgb(68,155,170); }

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