Html Css Color HEX #448DAC Boston Blue

📋 copy color: '#448DAC'

red 68 ◦ green 141 ◦ blue 172

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

Shades of Boston Blue #448DAC

Tints of Boston Blue #448DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.01%

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

R = 17.85%
G = 37.01%
B = 45.14%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#448DAC (or 0x448DAC) is known color: Boston Blue. HEX triplet: 44, 8D and AC. RGB value is (68,141,172). Sum of RGB (Red+Green+Blue) = 68+141+172=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #448DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448DAC is #BB7253. Grayscale: #7A7A7A. Windows color (decimal): -12284500 or 11308356. OLE color: 11308356.

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

Color convert

RGB 68 141 172 -
CMYK 0.60 0.18 0 0.33
HSL 197.88º 0.43% 0.47% -
HSV(B) 197.88º 0.6% 0.67% -
XYZ 19.36 23.26 42.5 -
YUV 122.71 155.82 88.98 -
System Red Green Blue C M Y K H S L
Decimal 68 141 172 0.60 0.18 0 0.33 197.88 0.43 0.47
Hex 44 8D AC 3C 12 0 21 C6 2B 2F
Octal 104 215 254 74 22 0 41 306 53 57
Binary 1000100 10001101 10101100 111100 10010 0 100001 11000110 101011 101111

Color Harmonies of #448DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448DAC

Black with #448DAC

Text Example


Text Example

White with #448DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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