#468EA8

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

Shades of Boston Blue #468EA8

Tints of Boston Blue #468EA8

Color information

#468EA8 (or 0x468EA8) is unknown color: approx Boston Blue. HEX triplet: 46, 8E and A8. RGB value is (70,142,168). Sum of RGB (Red+Green+Blue) = 70+142+168=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 168 - color contains mainly: blue. Hex color #468EA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468EA8 is #B97157. Grayscale: #7B7B7B. Windows color (decimal): -12153176 or 11046470. OLE color: 11046470.

HSL color Cylindrical-coordinate representation of color #468EA8: hue angle of 195.92º 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 #468EA8 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB70142168-
CMYK0.580.1500.34
HSL195.92º41.18%46.67%-
HSV(B)195.92º58.33%65.88%-
XYZ19.2723.4840.56-
YUV123.44153.1589.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 168 (66.02% from 255) = 44.21%
R=18.42%
G=37.37%
B=44.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal701421680.580.1500.34195.9241.1846.67
Hex468EA83AF022c4292f
Octal10621625072170423045157
Binary100011010001110101010001110101111010001011000100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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