#468BAA

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

Shades of Boston Blue #468BAA

Tints of Boston Blue #468BAA

Color information

#468BAA (or 0x468BAA) is unknown color: approx Boston Blue. HEX triplet: 46, 8B and AA. RGB value is (70,139,170). Sum of RGB (Red+Green+Blue) = 70+139+170=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #468BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468BAA is #B97455. Grayscale: #797979. Windows color (decimal): -12153942 or 11176774. OLE color: 11176774.

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

Color convert

RGB70139170-
CMYK0.590.1800.33
HSL198.6º41.67%47.06%-
HSV(B)198.6º58.82%66.67%-
XYZ19.0122.6741.4-
YUV121.9155.1490.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.47%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=18.47%
G=36.68%
B=44.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701391700.590.1800.33198.641.6747.06
Hex468BAA3B12021c72a2f
Octal10621325273220413075257
Binary1000110100010111010101011101110010010000111000111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,139,170); }

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

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

 a { background-color: rgb(70,139,170); }

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

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

 span { border-color: rgb(70,139,170); }

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