#469EB9

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

Shades of Boston Blue #469EB9

Tints of Boston Blue #469EB9

Color information

#469EB9 (or 0x469EB9) is unknown color: approx Boston Blue. HEX triplet: 46, 9E and B9. RGB value is (70,158,185). Sum of RGB (Red+Green+Blue) = 70+158+185=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #469EB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469EB9 is #B96146. Grayscale: #868686. Windows color (decimal): -12149063 or 12164678. OLE color: 12164678.

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

Color convert

RGB70158185-
CMYK0.620.1500.27
HSL194.09º45.1%50%-
HSV(B)194.09º62.16%72.55%-
XYZ23.5129.2650.31-
YUV134.77156.3581.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.95%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 185 (72.66% from 255) = 44.79%
R=16.95%
G=38.26%
B=44.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701581850.620.1500.27194.0945.150
Hex469EB93EF01Bc22d32
Octal10623627176170333025562
Binary10001101001111010111001111110111101101111000010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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