#468AAB

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

Shades of Boston Blue #468AAB

Tints of Boston Blue #468AAB

Color information

#468AAB (or 0x468AAB) is unknown color: approx Boston Blue. HEX triplet: 46, 8A and AB. RGB value is (70,138,171). Sum of RGB (Red+Green+Blue) = 70+138+171=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 138 (54.30% from 255 or 36.41% 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 #468AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468AAB is #B97554. Grayscale: #797979. Windows color (decimal): -12154197 or 11242054. OLE color: 11242054.

HSL color Cylindrical-coordinate representation of color #468AAB: hue angle of 199.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #468AAB is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70138171-
CMYK0.590.1900.33
HSL199.6º41.91%47.25%-
HSV(B)199.6º59.06%67.06%-
XYZ18.9622.4241.86-
YUV121.43155.9791.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.47%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 171 (67.19% from 255) = 45.12%
R=18.47%
G=36.41%
B=45.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701381710.590.1900.33199.641.9147.25
Hex468AAB3B13021c82a2f
Octal10621225373230413105257
Binary1000110100010101010101111101110011010000111001000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468AAB; }

 p { color: rgb(70,138,171); }

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

<style>
 a { background-color: #468AAB; }

 a { background-color: rgb(70,138,171); }

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

<style>
 span { border-color: #468AAB; }

 span { border-color: rgb(70,138,171); }

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