#448CAB

Color #448CAB Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #448CAB

Tints of Boston Blue #448CAB

Color information

#448CAB (or 0x448CAB) is unknown color: approx Boston Blue. HEX triplet: 44, 8C and AB. RGB value is (68,140,171). Sum of RGB (Red+Green+Blue) = 68+140+171=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #448CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448CAB is #BB7354. Grayscale: #797979. Windows color (decimal): -12284757 or 11242564. OLE color: 11242564.

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

Color convert

RGB68140171-
CMYK0.600.1800.33
HSL198.06º43.1%46.86%-
HSV(B)198.06º60.23%67.06%-
XYZ19.1122.9341.95-
YUV122.01155.6589.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.94%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=17.94%
G=36.94%
B=45.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681401710.600.1800.33198.0643.146.86
Hex448CAB3C12021c62b2f
Octal10421425374220413065357
Binary1000100100011001010101111110010010010000111000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #448CAB;
 }
 .AnyTagClassName
 {
   color: #448CAB;
 }
</style>
background-color css

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

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

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

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

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

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