#468EAB

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

Shades of Boston Blue #468EAB

Tints of Boston Blue #468EAB

Color information

#468EAB (or 0x468EAB) is unknown color: approx Boston Blue. HEX triplet: 46, 8E and AB. RGB value is (70,142,171). Sum of RGB (Red+Green+Blue) = 70+142+171=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #468EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468EAB is #B97154. Grayscale: #7B7B7B. Windows color (decimal): -12153173 or 11243078. OLE color: 11243078.

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

Color convert

RGB70142171-
CMYK0.590.1700.33
HSL197.23º41.91%47.25%-
HSV(B)197.23º59.06%67.06%-
XYZ19.5523.5942.05-
YUV123.78154.6589.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=18.28%
G=37.08%
B=44.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701421710.590.1700.33197.2341.9147.25
Hex468EAB3B11021c52a2f
Octal10621625373210413055257
Binary1000110100011101010101111101110001010000111000101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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