Html Css Color HEX #448FA8 Boston Blue

📋 copy color: '#448FA8'

red 68 ◦ green 143 ◦ blue 168

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

Shades of Boston Blue #448FA8

Tints of Boston Blue #448FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.33%

R = 17.94%
G = 37.73%
B = 44.33%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#448FA8 (or 0x448FA8) is known color: Boston Blue. HEX triplet: 44, 8F and A8. RGB value is (68,143,168). Sum of RGB (Red+Green+Blue) = 68+143+168=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 168 - color contains mainly: blue. Hex color #448FA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448FA8 is #BB7057. Grayscale: #7B7B7B. Windows color (decimal): -12283992 or 11046724. OLE color: 11046724.

HSL color Cylindrical-coordinate representation of color #448FA8: hue angle of 195º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #448FA8 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 68 143 168 -
CMYK 0.60 0.15 0 0.34
HSL 195º 0.42% 0.46% -
HSV(B) 195º 0.6% 0.66% -
XYZ 19.27 23.7 40.6 -
YUV 123.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 68 143 168 0.60 0.15 0 0.34 195 0.42 0.46
Hex 44 8F A8 3C F 0 22 C3 2A 2E
Octal 104 217 250 74 17 0 42 303 52 56
Binary 1000100 10001111 10101000 111100 1111 0 100010 11000011 101010 101110

Color Harmonies of #448FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448FA8

Black with #448FA8

Text Example


Text Example

White with #448FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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