#469BB4

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

Shades of Boston Blue #469BB4

Tints of Boston Blue #469BB4

Color information

#469BB4 (or 0x469BB4) is unknown color: approx Boston Blue. HEX triplet: 46, 9B and B4. RGB value is (70,155,180). Sum of RGB (Red+Green+Blue) = 70+155+180=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #469BB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BB4 is #B9644B. Grayscale: #848484. Windows color (decimal): -12149836 or 11836230. OLE color: 11836230.

HSL color Cylindrical-coordinate representation of color #469BB4: hue angle of 193.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #469BB4 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB70155180-
CMYK0.610.1400.29
HSL193.64º44%49.02%-
HSV(B)193.64º61.11%70.59%-
XYZ22.4928.0447.41-
YUV132.44154.8483.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.28%
GREEN value IS 155 (60.94% from 255) = 38.27%
BLUE value IS 180 (70.70% from 255) = 44.44%
R=17.28%
G=38.27%
B=44.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701551800.610.1400.29193.644449.02
Hex469BB43DE01Dc22c31
Octal10623326475160353025461
Binary10001101001101110110100111101111001110111000010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,155,180); }

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

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

 a { background-color: rgb(70,155,180); }

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

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

 span { border-color: rgb(70,155,180); }

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