#469ABB

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

Shades of Boston Blue #469ABB

Tints of Boston Blue #469ABB

Color information

#469ABB (or 0x469ABB) is unknown color: approx Boston Blue. HEX triplet: 46, 9A and BB. RGB value is (70,154,187). Sum of RGB (Red+Green+Blue) = 70+154+187=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #469ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ABB is #B96544. Grayscale: #848484. Windows color (decimal): -12150085 or 12294726. OLE color: 12294726.

HSL color Cylindrical-coordinate representation of color #469ABB: hue angle of 196.92º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #469ABB is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70154187-
CMYK0.630.1800.27
HSL196.92º46.25%50.39%-
HSV(B)196.92º62.57%73.33%-
XYZ23.052851.2-
YUV132.65158.6783.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.03%
GREEN value IS 154 (60.55% from 255) = 37.47%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=17.03%
G=37.47%
B=45.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701541870.630.1800.27196.9246.2550.39
Hex469ABB3F1201Bc52e32
Octal10623227377220333055662
Binary100011010011010101110111111111001001101111000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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