#469ABD

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

Shades of Boston Blue #469ABD

Tints of Boston Blue #469ABD

Color information

#469ABD (or 0x469ABD) is unknown color: approx Boston Blue. HEX triplet: 46, 9A and BD. RGB value is (70,154,189). Sum of RGB (Red+Green+Blue) = 70+154+189=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #469ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ABD is #B96542. Grayscale: #848484. Windows color (decimal): -12150083 or 12425798. OLE color: 12425798.

HSL color Cylindrical-coordinate representation of color #469ABD: hue angle of 197.65º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #469ABD is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70154189-
CMYK0.630.1900.26
HSL197.65º47.41%50.78%-
HSV(B)197.65º62.96%74.12%-
XYZ23.2728.0952.34-
YUV132.87159.6783.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.95%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=16.95%
G=37.29%
B=45.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701541890.630.1900.26197.6547.4150.78
Hex469ABD3F1301Ac62f33
Octal10623227577230323065763
Binary100011010011010101111011111111001101101011000110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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