#469AAB

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

Shades of Boston Blue #469AAB

Tints of Boston Blue #469AAB

Color information

#469AAB (or 0x469AAB) is unknown color: approx Boston Blue. HEX triplet: 46, 9A and AB. RGB value is (70,154,171). Sum of RGB (Red+Green+Blue) = 70+154+171=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #469AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469AAB is #B96554. Grayscale: #828282. Windows color (decimal): -12150101 or 11246150. OLE color: 11246150.

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

Color convert

RGB70154171-
CMYK0.590.1000.33
HSL190.1º41.91%47.25%-
HSV(B)190.1º59.06%67.06%-
XYZ21.4327.3542.68-
YUV130.82150.6784.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.72%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=17.72%
G=38.99%
B=43.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701541710.590.1000.33190.141.9147.25
Hex469AAB3BA021be2a2f
Octal10623225373120412765257
Binary100011010011010101010111110111010010000110111110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469AAB; }

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

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

<style>
 a { background-color: #469AAB; }

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

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

<style>
 span { border-color: #469AAB; }

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

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