#4690AD

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

Shades of Boston Blue #4690AD

Tints of Boston Blue #4690AD

Color information

#4690AD (or 0x4690AD) is unknown color: approx Boston Blue. HEX triplet: 46, 90 and AD. RGB value is (70,144,173). Sum of RGB (Red+Green+Blue) = 70+144+173=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #4690AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4690AD is #B96F52. Grayscale: #7C7C7C. Windows color (decimal): -12152659 or 11374662. OLE color: 11374662.

HSL color Cylindrical-coordinate representation of color #4690AD: hue angle of 196.89º 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 #4690AD is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70144173-
CMYK0.600.1700.32
HSL196.89º42.39%47.65%-
HSV(B)196.89º59.54%67.84%-
XYZ20.0424.2743.16-
YUV125.18154.9888.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.09%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=18.09%
G=37.21%
B=44.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701441730.600.1700.32196.8942.3947.65
Hex4690AD3C11020c52a30
Octal10622025574210403055260
Binary1000110100100001010110111110010001010000011000101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4690AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4690AD; }

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

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

<style>
 a { background-color: #4690AD; }

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

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

<style>
 span { border-color: #4690AD; }

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

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