#469FB9

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

Shades of Boston Blue #469FB9

Tints of Boston Blue #469FB9

Color information

#469FB9 (or 0x469FB9) is unknown color: approx Boston Blue. HEX triplet: 46, 9F and B9. RGB value is (70,159,185). Sum of RGB (Red+Green+Blue) = 70+159+185=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #469FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469FB9 is #B96046. Grayscale: #878787. Windows color (decimal): -12148807 or 12164934. OLE color: 12164934.

HSL color Cylindrical-coordinate representation of color #469FB9: hue angle of 193.57º 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 #469FB9 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70159185-
CMYK0.620.1400.27
HSL193.57º45.1%50%-
HSV(B)193.57º62.16%72.55%-
XYZ23.6829.650.36-
YUV135.35156.0181.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.91%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 185 (72.66% from 255) = 44.69%
R=16.91%
G=38.41%
B=44.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701591850.620.1400.27193.5745.150
Hex469FB93EE01Bc22d32
Octal10623727176160333025562
Binary10001101001111110111001111110111001101111000010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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