#4586AB

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

Shades of Boston Blue #4586AB

Tints of Boston Blue #4586AB

Color information

#4586AB (or 0x4586AB) is unknown color: approx Boston Blue. HEX triplet: 45, 86 and AB. RGB value is (69,134,171). Sum of RGB (Red+Green+Blue) = 69+134+171=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #4586AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4586AB is #BA7954. Grayscale: #767676. Windows color (decimal): -12220757 or 11241029. OLE color: 11241029.

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

Color convert

RGB69134171-
CMYK0.600.2200.33
HSL201.76º42.5%47.06%-
HSV(B)201.76º59.65%67.06%-
XYZ18.3321.2641.66-
YUV118.78157.4792.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=18.45%
G=35.83%
B=45.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691341710.600.2200.33201.7642.547.06
Hex4586AB3C16021ca2a2f
Octal10520625374260413125257
Binary1000101100001101010101111110010110010000111001010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4586AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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