#4692AA

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

Shades of Boston Blue #4692AA

Tints of Boston Blue #4692AA

Color information

#4692AA (or 0x4692AA) is unknown color: approx Boston Blue. HEX triplet: 46, 92 and AA. RGB value is (70,146,170). Sum of RGB (Red+Green+Blue) = 70+146+170=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #4692AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4692AA is #B96D55. Grayscale: #7D7D7D. Windows color (decimal): -12152150 or 11178566. OLE color: 11178566.

HSL color Cylindrical-coordinate representation of color #4692AA: hue angle of 194.4º 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 #4692AA is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70146170-
CMYK0.590.1400.33
HSL194.4º41.67%47.06%-
HSV(B)194.4º58.82%66.67%-
XYZ20.0624.7641.75-
YUV126.01152.8288.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.13%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=18.13%
G=37.82%
B=44.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701461700.590.1400.33194.441.6747.06
Hex4692AA3BE021c22a2f
Octal10622225273160413025257
Binary100011010010010101010101110111110010000111000010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4692AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4692AA; }

 p { color: rgb(70,146,170); }

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

<style>
 a { background-color: #4692AA; }

 a { background-color: rgb(70,146,170); }

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

<style>
 span { border-color: #4692AA; }

 span { border-color: rgb(70,146,170); }

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