Html Css Color HEX #448DA5 Boston Blue

📋 copy color: '#448DA5'

red 68 ◦ green 141 ◦ blue 165

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

Shades of Boston Blue #448DA5

Tints of Boston Blue #448DA5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.7%

 BLUE value IS 165 (64.84% from 255) = 44.12%

R = 18.18%
G = 37.7%
B = 44.12%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#448DA5 (or 0x448DA5) is known color: Boston Blue. HEX triplet: 44, 8D and A5. RGB value is (68,141,165). Sum of RGB (Red+Green+Blue) = 68+141+165=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #448DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448DA5 is #BB725A. Grayscale: #797979. Windows color (decimal): -12284507 or 10849604. OLE color: 10849604.

HSL color Cylindrical-coordinate representation of color #448DA5: hue angle of 194.85º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #448DA5 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 68 141 165 -
CMYK 0.59 0.15 0 0.35
HSL 194.85º 0.42% 0.46% -
HSV(B) 194.85º 0.59% 0.65% -
XYZ 18.7 23 39.05 -
YUV 121.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 68 141 165 0.59 0.15 0 0.35 194.85 0.42 0.46
Hex 44 8D A5 3B F 0 23 C3 2A 2E
Octal 104 215 245 73 17 0 43 303 52 56
Binary 1000100 10001101 10100101 111011 1111 0 100011 11000011 101010 101110

Color Harmonies of #448DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DA5

Black with #448DA5

Text Example


Text Example

White with #448DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,141,165); }

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

background-color css

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

 a { background-color: rgb(68,141,165); }

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

border-color css

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

 span { border-color: rgb(68,141,165); }

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