Html Css Color HEX #448EAB Boston Blue

📋 copy color: '#448EAB'

red 68 ◦ green 142 ◦ blue 171

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

Shades of Boston Blue #448EAB

Tints of Boston Blue #448EAB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.27%

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

R = 17.85%
G = 37.27%
B = 44.88%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#448EAB (or 0x448EAB) is known color: Boston Blue. HEX triplet: 44, 8E and AB. RGB value is (68,142,171). Sum of RGB (Red+Green+Blue) = 68+142+171=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #448EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448EAB is #BB7154. Grayscale: #7A7A7A. Windows color (decimal): -12284245 or 11243076. OLE color: 11243076.

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

Color convert

RGB 68 142 171 -
CMYK 0.60 0.17 0 0.33
HSL 196.89º 0.43% 0.47% -
HSV(B) 196.89º 0.6% 0.67% -
XYZ 19.41 23.52 42.04 -
YUV 123.18 154.98 88.64 -
System Red Green Blue C M Y K H S L
Decimal 68 142 171 0.60 0.17 0 0.33 196.89 0.43 0.47
Hex 44 8E AB 3C 11 0 21 C5 2B 2F
Octal 104 216 253 74 21 0 41 305 53 57
Binary 1000100 10001110 10101011 111100 10001 0 100001 11000101 101011 101111

Color Harmonies of #448EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EAB

Black with #448EAB

Text Example


Text Example

White with #448EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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