Html Css Color HEX #448BAA Boston Blue

📋 copy color: '#448BAA'

red 68 ◦ green 139 ◦ blue 170

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

Shades of Boston Blue #448BAA

Tints of Boston Blue #448BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

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

R = 18.04%
G = 36.87%
B = 45.09%

CMYK

 C value IS 0.6

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#448BAA (or 0x448BAA) is known color: Boston Blue. HEX triplet: 44, 8B and AA. RGB value is (68,139,170). Sum of RGB (Red+Green+Blue) = 68+139+170=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #448BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448BAA is #BB7455. Grayscale: #797979. Windows color (decimal): -12285014 or 11176772. OLE color: 11176772.

HSL color Cylindrical-coordinate representation of color #448BAA: hue angle of 198.24º 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 #448BAA is Cyan = 0.6, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 139 170 -
CMYK 0.6 0.18 0 0.33
HSL 198.24º 0.43% 0.47% -
HSV(B) 198.24º 0.6% 0.67% -
XYZ 18.87 22.6 41.4 -
YUV 121.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 68 139 170 0.6 0.18 0 0.33 198.24 0.43 0.47
Hex 44 8B AA 3C 12 0 21 C6 2B 2F
Octal 104 213 252 74 22 0 41 306 53 57
Binary 1000100 10001011 10101010 111100 10010 0 100001 11000110 101011 101111

Color Harmonies of #448BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BAA

Black with #448BAA

Text Example


Text Example

White with #448BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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