#468DAB

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

Shades of Boston Blue #468DAB

Tints of Boston Blue #468DAB

Color information

#468DAB (or 0x468DAB) is unknown color: approx Boston Blue. HEX triplet: 46, 8D and AB. RGB value is (70,141,171). Sum of RGB (Red+Green+Blue) = 70+141+171=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #468DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468DAB is #B97254. Grayscale: #7B7B7B. Windows color (decimal): -12153429 or 11242822. OLE color: 11242822.

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

Color convert

RGB70141171-
CMYK0.590.1800.33
HSL197.82º41.91%47.25%-
HSV(B)197.82º59.06%67.06%-
XYZ19.423.2942-
YUV123.19154.9890.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.32%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=18.32%
G=36.91%
B=44.76%

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
Decimal701411710.590.1800.33197.8241.9147.25
Hex468DAB3B12021c62a2f
Octal10621525373220413065257
Binary1000110100011011010101111101110010010000111000110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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