#469BBB

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

Shades of Boston Blue #469BBB

Tints of Boston Blue #469BBB

Color information

#469BBB (or 0x469BBB) is unknown color: approx Boston Blue. HEX triplet: 46, 9B and BB. RGB value is (70,155,187). Sum of RGB (Red+Green+Blue) = 70+155+187=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #469BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BBB is #B96444. Grayscale: #858585. Windows color (decimal): -12149829 or 12294982. OLE color: 12294982.

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

Color convert

RGB70155187-
CMYK0.630.1700.27
HSL196.41º46.25%50.39%-
HSV(B)196.41º62.57%73.33%-
XYZ23.2228.3351.26-
YUV133.23158.3482.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.99%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=16.99%
G=37.62%
B=45.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701551870.630.1700.27196.4146.2550.39
Hex469BBB3F1101Bc42e32
Octal10623327377210333045662
Binary100011010011011101110111111111000101101111000100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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