Html Css Color HEX #448AAC Boston Blue

📋 copy color: '#448AAC'

red 68 ◦ green 138 ◦ blue 172

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

Shades of Boston Blue #448AAC

Tints of Boston Blue #448AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 17.99%
G = 36.51%
B = 45.5%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#448AAC (or 0x448AAC) is known color: Boston Blue. HEX triplet: 44, 8A and AC. RGB value is (68,138,172). Sum of RGB (Red+Green+Blue) = 68+138+172=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #448AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448AAC is #BB7553. Grayscale: #787878. Windows color (decimal): -12285268 or 11307588. OLE color: 11307588.

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

Color convert

RGB 68 138 172 -
CMYK 0.60 0.20 0 0.33
HSL 199.62º 0.43% 0.47% -
HSV(B) 199.62º 0.6% 0.67% -
XYZ 18.92 22.38 42.35 -
YUV 120.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 68 138 172 0.60 0.20 0 0.33 199.62 0.43 0.47
Hex 44 8A AC 3C 14 0 21 C8 2B 2F
Octal 104 212 254 74 24 0 41 310 53 57
Binary 1000100 10001010 10101100 111100 10100 0 100001 11001000 101011 101111

Color Harmonies of #448AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448AAC

Black with #448AAC

Text Example


Text Example

White with #448AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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