#4596AB

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

Shades of Boston Blue #4596AB

Tints of Boston Blue #4596AB

Color information

#4596AB (or 0x4596AB) is unknown color: approx Boston Blue. HEX triplet: 45, 96 and AB. RGB value is (69,150,171). Sum of RGB (Red+Green+Blue) = 69+150+171=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #4596AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4596AB is #BA6954. Grayscale: #808080. Windows color (decimal): -12216661 or 11245125. OLE color: 11245125.

HSL color Cylindrical-coordinate representation of color #4596AB: hue angle of 192.35º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4596AB is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69150171-
CMYK0.600.1200.33
HSL192.35º42.5%47.06%-
HSV(B)192.35º59.65%67.06%-
XYZ20.7126.0242.46-
YUV128.18152.1685.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.69%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=17.69%
G=38.46%
B=43.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691501710.600.1200.33192.3542.547.06
Hex4596AB3CC021c02a2f
Octal10522625374140413005257
Binary100010110010110101010111111001100010000111000000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4596AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,150,171); }

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

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

 a { background-color: rgb(69,150,171); }

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

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

 span { border-color: rgb(69,150,171); }

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