Html Css Color HEX #448CAC Boston Blue

📋 copy color: '#448CAC'

red 68 ◦ green 140 ◦ blue 172

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

Shades of Boston Blue #448CAC

Tints of Boston Blue #448CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

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

R = 17.89%
G = 36.84%
B = 45.26%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#448CAC (or 0x448CAC) is known color: Boston Blue. HEX triplet: 44, 8C and AC. RGB value is (68,140,172). Sum of RGB (Red+Green+Blue) = 68+140+172=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #448CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448CAC is #BB7353. Grayscale: #797979. Windows color (decimal): -12284756 or 11308100. OLE color: 11308100.

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

Color convert

RGB 68 140 172 -
CMYK 0.60 0.19 0 0.33
HSL 198.46º 0.43% 0.47% -
HSV(B) 198.46º 0.6% 0.67% -
XYZ 19.21 22.96 42.45 -
YUV 122.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 68 140 172 0.60 0.19 0 0.33 198.46 0.43 0.47
Hex 44 8C AC 3C 13 0 21 C6 2B 2F
Octal 104 214 254 74 23 0 41 306 53 57
Binary 1000100 10001100 10101100 111100 10011 0 100001 11000110 101011 101111

Color Harmonies of #448CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CAC

Black with #448CAC

Text Example


Text Example

White with #448CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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