#469DB2

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

Shades of Boston Blue #469DB2

Tints of Boston Blue #469DB2

Color information

#469DB2 (or 0x469DB2) is unknown color: approx Boston Blue. HEX triplet: 46, 9D and B2. RGB value is (70,157,178). Sum of RGB (Red+Green+Blue) = 70+157+178=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #469DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469DB2 is #B9624D. Grayscale: #858585. Windows color (decimal): -12149326 or 11705670. OLE color: 11705670.

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

Color convert

RGB70157178-
CMYK0.610.1200.30
HSL191.67º43.55%48.63%-
HSV(B)191.67º60.67%69.8%-
XYZ22.6228.6346.45-
YUV133.38153.1882.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.28%
GREEN value IS 157 (61.72% from 255) = 38.77%
BLUE value IS 178 (69.92% from 255) = 43.95%
R=17.28%
G=38.77%
B=43.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal701571780.610.1200.30191.6743.5548.63
Hex469DB23DC01Ec02c31
Octal10623526275140363005461
Binary10001101001110110110010111101110001111011000000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,157,178); }

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

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

 a { background-color: rgb(70,157,178); }

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

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

 span { border-color: rgb(70,157,178); }

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