#4693AB

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

Shades of Boston Blue #4693AB

Tints of Boston Blue #4693AB

Color information

#4693AB (or 0x4693AB) is unknown color: approx Boston Blue. HEX triplet: 46, 93 and AB. RGB value is (70,147,171). Sum of RGB (Red+Green+Blue) = 70+147+171=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #4693AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4693AB is #B96C54. Grayscale: #7E7E7E. Windows color (decimal): -12151893 or 11244358. OLE color: 11244358.

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

Color convert

RGB70147171-
CMYK0.590.1400.33
HSL194.26º41.91%47.25%-
HSV(B)194.26º59.06%67.06%-
XYZ20.3125.1142.3-
YUV126.71152.9987.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.04%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=18.04%
G=37.89%
B=44.07%

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
Decimal701471710.590.1400.33194.2641.9147.25
Hex4693AB3BE021c22a2f
Octal10622325373160413025257
Binary100011010010011101010111110111110010000111000010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4693AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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