#469AAD

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

Shades of Boston Blue #469AAD

Tints of Boston Blue #469AAD

Color information

#469AAD (or 0x469AAD) is unknown color: approx Boston Blue. HEX triplet: 46, 9A and AD. RGB value is (70,154,173). Sum of RGB (Red+Green+Blue) = 70+154+173=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #469AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469AAD is #B96552. Grayscale: #828282. Windows color (decimal): -12150099 or 11377222. OLE color: 11377222.

HSL color Cylindrical-coordinate representation of color #469AAD: hue angle of 191.07º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #469AAD is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70154173-
CMYK0.600.1100.32
HSL191.07º42.39%47.65%-
HSV(B)191.07º59.54%67.84%-
XYZ21.6227.4343.69-
YUV131.05151.6784.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.63%
GREEN value IS 154 (60.55% from 255) = 38.79%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=17.63%
G=38.79%
B=43.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701541730.600.1100.32191.0742.3947.65
Hex469AAD3CB020bf2a30
Octal10623225574130402775260
Binary100011010011010101011011111001011010000010111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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