#4692AB

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

Shades of Boston Blue #4692AB

Tints of Boston Blue #4692AB

Color information

#4692AB (or 0x4692AB) is unknown color: approx Boston Blue. HEX triplet: 46, 92 and AB. RGB value is (70,146,171). Sum of RGB (Red+Green+Blue) = 70+146+171=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #4692AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4692AB is #B96D54. Grayscale: #7D7D7D. Windows color (decimal): -12152149 or 11244102. OLE color: 11244102.

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

Color convert

RGB70146171-
CMYK0.590.1500.33
HSL194.85º41.91%47.25%-
HSV(B)194.85º59.06%67.06%-
XYZ20.1624.842.25-
YUV126.13153.3287.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.09%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=18.09%
G=37.73%
B=44.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701461710.590.1500.33194.8541.9147.25
Hex4692AB3BF021c32a2f
Octal10622225373170413035257
Binary100011010010010101010111110111111010000111000011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4692AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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