#469AB9

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

Shades of Boston Blue #469AB9

Tints of Boston Blue #469AB9

Color information

#469AB9 (or 0x469AB9) is unknown color: approx Boston Blue. HEX triplet: 46, 9A and B9. RGB value is (70,154,185). Sum of RGB (Red+Green+Blue) = 70+154+185=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #469AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469AB9 is #B96546. Grayscale: #848484. Windows color (decimal): -12150087 or 12163654. OLE color: 12163654.

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

Color convert

RGB70154185-
CMYK0.620.1700.27
HSL196.17º45.1%50%-
HSV(B)196.17º62.16%72.55%-
XYZ22.8427.9250.08-
YUV132.42157.6783.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.11%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 185 (72.66% from 255) = 45.23%
R=17.11%
G=37.65%
B=45.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701541850.620.1700.27196.1745.150
Hex469AB93E1101Bc42d32
Octal10623227176210333045562
Binary100011010011010101110011111101000101101111000100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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