Html Css Color HEX #448EAC Boston Blue

📋 copy color: '#448EAC'

red 68 ◦ green 142 ◦ blue 172

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

Shades of Boston Blue #448EAC

Tints of Boston Blue #448EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.17%

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

R = 17.8%
G = 37.17%
B = 45.03%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#448EAC (or 0x448EAC) is known color: Boston Blue. HEX triplet: 44, 8E and AC. RGB value is (68,142,172). Sum of RGB (Red+Green+Blue) = 68+142+172=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #448EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448EAC is #BB7153. Grayscale: #7B7B7B. Windows color (decimal): -12284244 or 11308612. OLE color: 11308612.

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

Color convert

RGB 68 142 172 -
CMYK 0.60 0.17 0 0.33
HSL 197.31º 0.43% 0.47% -
HSV(B) 197.31º 0.6% 0.67% -
XYZ 19.5 23.55 42.55 -
YUV 123.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 68 142 172 0.60 0.17 0 0.33 197.31 0.43 0.47
Hex 44 8E AC 3C 11 0 21 C5 2B 2F
Octal 104 216 254 74 21 0 41 305 53 57
Binary 1000100 10001110 10101100 111100 10001 0 100001 11000101 101011 101111

Color Harmonies of #448EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448EAC

Black with #448EAC

Text Example


Text Example

White with #448EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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