#469BAB

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

Shades of Boston Blue #469BAB

Tints of Boston Blue #469BAB

Color information

#469BAB (or 0x469BAB) is unknown color: approx Boston Blue. HEX triplet: 46, 9B and AB. RGB value is (70,155,171). Sum of RGB (Red+Green+Blue) = 70+155+171=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #469BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469BAB is #B96454. Grayscale: #838383. Windows color (decimal): -12149845 or 11246406. OLE color: 11246406.

HSL color Cylindrical-coordinate representation of color #469BAB: hue angle of 189.5º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #469BAB is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70155171-
CMYK0.590.0900.33
HSL189.5º41.91%47.25%-
HSV(B)189.5º59.06%67.06%-
XYZ21.627.6942.73-
YUV131.41150.3484.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.68%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=17.68%
G=39.14%
B=43.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701551710.590.0900.33189.541.9147.25
Hex469BAB3B9021be2a2f
Octal10623325373110412765257
Binary100011010011011101010111110111001010000110111110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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