Html Css Color HEX #448FAA Boston Blue

📋 copy color: '#448FAA'

red 68 ◦ green 143 ◦ blue 170

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

Shades of Boston Blue #448FAA

Tints of Boston Blue #448FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

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

R = 17.85%
G = 37.53%
B = 44.62%

CMYK

 C value IS 0.6

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#448FAA (or 0x448FAA) is known color: Boston Blue. HEX triplet: 44, 8F and AA. RGB value is (68,143,170). Sum of RGB (Red+Green+Blue) = 68+143+170=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #448FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448FAA is #BB7055. Grayscale: #7B7B7B. Windows color (decimal): -12283990 or 11177796. OLE color: 11177796.

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

Color convert

RGB 68 143 170 -
CMYK 0.6 0.16 0 0.33
HSL 195.88º 0.43% 0.47% -
HSV(B) 195.88º 0.6% 0.67% -
XYZ 19.46 23.78 41.59 -
YUV 123.65 154.15 88.3 -
System Red Green Blue C M Y K H S L
Decimal 68 143 170 0.6 0.16 0 0.33 195.88 0.43 0.47
Hex 44 8F AA 3C 10 0 21 C4 2B 2F
Octal 104 217 252 74 20 0 41 304 53 57
Binary 1000100 10001111 10101010 111100 10000 0 100001 11000100 101011 101111

Color Harmonies of #448FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448FAA

Black with #448FAA

Text Example


Text Example

White with #448FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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