#468BA8

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

Shades of Boston Blue #468BA8

Tints of Boston Blue #468BA8

Color information

#468BA8 (or 0x468BA8) is unknown color: approx Boston Blue. HEX triplet: 46, 8B and A8. RGB value is (70,139,168). Sum of RGB (Red+Green+Blue) = 70+139+168=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 168 - color contains mainly: blue. Hex color #468BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468BA8 is #B97457. Grayscale: #797979. Windows color (decimal): -12153944 or 11045702. OLE color: 11045702.

HSL color Cylindrical-coordinate representation of color #468BA8: hue angle of 197.76º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #468BA8 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB70139168-
CMYK0.580.1700.34
HSL197.76º41.18%46.67%-
HSV(B)197.76º58.33%65.88%-
XYZ18.8322.5940.41-
YUV121.68154.1491.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 168 (66.02% from 255) = 44.56%
R=18.57%
G=36.87%
B=44.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal701391680.580.1700.34197.7641.1846.67
Hex468BA83A11022c6292f
Octal10621325072210423065157
Binary1000110100010111010100011101010001010001011000110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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