#469EAD

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

Shades of Boston Blue #469EAD

Tints of Boston Blue #469EAD

Color information

#469EAD (or 0x469EAD) is unknown color: approx Boston Blue. HEX triplet: 46, 9E and AD. RGB value is (70,158,173). Sum of RGB (Red+Green+Blue) = 70+158+173=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #469EAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469EAD is #B96152. Grayscale: #858585. Windows color (decimal): -12149075 or 11378246. OLE color: 11378246.

HSL color Cylindrical-coordinate representation of color #469EAD: hue angle of 188.74º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #469EAD is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70158173-
CMYK0.600.0900.32
HSL188.74º42.39%47.65%-
HSV(B)188.74º59.54%67.84%-
XYZ22.328.7743.91-
YUV133.4150.3582.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.46%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=17.46%
G=39.40%
B=43.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701581730.600.0900.32188.7442.3947.65
Hex469EAD3C9020bd2a30
Octal10623625574110402755260
Binary100011010011110101011011111001001010000010111101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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