#4689ac

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

Shades of Boston Blue #4689AC

Tints of Boston Blue #4689AC

Color information

#4689AC (or 0x4689AC) is unknown color: approx Boston Blue. HEX triplet: 46, 89 and AC. RGB value is (70,137,172). Sum of RGB (Red+Green+Blue) = 70+137+172=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #4689AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4689AC is #B97653. Grayscale: #787878. Windows color (decimal): -12154452 or 11307334. OLE color: 11307334.

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

Color convert

RGB70137172-
CMYK0.590.2000.33
HSL200.59º42.15%47.45%-
HSV(B)200.59º59.3%67.45%-
XYZ18.9222.1742.31-
YUV120.96156.891.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.47%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=18.47%
G=36.15%
B=45.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701371720.590.2000.33200.5942.1547.45
Hex4689AC3B14021c92a2f
Octal10621125473240413115257
Binary1000110100010011010110011101110100010000111001001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4689ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4689ac; }

 p { color: rgb(70,137,172); }

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

<style>
 a { background-color: #4689ac; }

 a { background-color: rgb(70,137,172); }

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

<style>
 span { border-color: #4689ac; }

 span { border-color: rgb(70,137,172); }

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