Html Css Color HEX #448AAF Boston Blue

📋 copy color: '#448AAF'

red 68 ◦ green 138 ◦ blue 175

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

Shades of Boston Blue #448AAF

Tints of Boston Blue #448AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.22%

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 17.85%
G = 36.22%
B = 45.93%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#448AAF (or 0x448AAF) is known color: Boston Blue. HEX triplet: 44, 8A and AF. RGB value is (68,138,175). Sum of RGB (Red+Green+Blue) = 68+138+175=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #448AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448AAF is #BB7550. Grayscale: #797979. Windows color (decimal): -12285265 or 11504196. OLE color: 11504196.

HSL color Cylindrical-coordinate representation of color #448AAF: hue angle of 200.75º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #448AAF is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 138 175 -
CMYK 0.61 0.21 0 0.31
HSL 200.75º 0.44% 0.48% -
HSV(B) 200.75º 0.61% 0.69% -
XYZ 19.21 22.5 43.89 -
YUV 121.29 158.31 89.99 -
System Red Green Blue C M Y K H S L
Decimal 68 138 175 0.61 0.21 0 0.31 200.75 0.44 0.48
Hex 44 8A AF 3D 15 0 1F C9 2C 30
Octal 104 212 257 75 25 0 37 311 54 60
Binary 1000100 10001010 10101111 111101 10101 0 11111 11001001 101100 110000

Color Harmonies of #448AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AAF

Black with #448AAF

Text Example


Text Example

White with #448AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,138,175); }

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

background-color css

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

 a { background-color: rgb(68,138,175); }

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

border-color css

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

 span { border-color: rgb(68,138,175); }

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