Html Css Color HEX #448BAB Boston Blue

📋 copy color: '#448BAB'

red 68 ◦ green 139 ◦ blue 171

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

Shades of Boston Blue #448BAB

Tints of Boston Blue #448BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 17.99%
G = 36.77%
B = 45.24%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#448BAB (or 0x448BAB) is known color: Boston Blue. HEX triplet: 44, 8B and AB. RGB value is (68,139,171). Sum of RGB (Red+Green+Blue) = 68+139+171=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #448BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448BAB is #BB7454. Grayscale: #797979. Windows color (decimal): -12285013 or 11242308. OLE color: 11242308.

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

Color convert

RGB 68 139 171 -
CMYK 0.60 0.19 0 0.33
HSL 198.64º 0.43% 0.47% -
HSV(B) 198.64º 0.6% 0.67% -
XYZ 18.97 22.63 41.9 -
YUV 121.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 68 139 171 0.60 0.19 0 0.33 198.64 0.43 0.47
Hex 44 8B AB 3C 13 0 21 C7 2B 2F
Octal 104 213 253 74 23 0 41 307 53 57
Binary 1000100 10001011 10101011 111100 10011 0 100001 11000111 101011 101111

Color Harmonies of #448BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BAB

Black with #448BAB

Text Example


Text Example

White with #448BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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