Html Css Color HEX #448CAA Boston Blue

📋 copy color: '#448CAA'

red 68 ◦ green 140 ◦ blue 170

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

Shades of Boston Blue #448CAA

Tints of Boston Blue #448CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 17.99%
G = 37.04%
B = 44.97%

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

#448CAA (or 0x448CAA) is known color: Boston Blue. HEX triplet: 44, 8C and AA. RGB value is (68,140,170). Sum of RGB (Red+Green+Blue) = 68+140+170=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #448CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448CAA is #BB7355. Grayscale: #797979. Windows color (decimal): -12284758 or 11177028. OLE color: 11177028.

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

Color convert

RGB 68 140 170 -
CMYK 0.6 0.18 0 0.33
HSL 197.65º 0.43% 0.47% -
HSV(B) 197.65º 0.6% 0.67% -
XYZ 19.02 22.89 41.45 -
YUV 121.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 68 140 170 0.6 0.18 0 0.33 197.65 0.43 0.47
Hex 44 8C AA 3C 12 0 21 C6 2B 2F
Octal 104 214 252 74 22 0 41 306 53 57
Binary 1000100 10001100 10101010 111100 10010 0 100001 11000110 101011 101111

Color Harmonies of #448CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CAA

Black with #448CAA

Text Example


Text Example

White with #448CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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