#4B9AA5

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

Shades of Boston Blue #4B9AA5

Tints of Boston Blue #4B9AA5

Color information

#4B9AA5 (or 0x4B9AA5) is unknown color: approx Boston Blue. HEX triplet: 4B, 9A and A5. RGB value is (75,154,165). Sum of RGB (Red+Green+Blue) = 75+154+165=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #4B9AA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9AA5 is #B4655A. Grayscale: #838383. Windows color (decimal): -11822427 or 10852939. OLE color: 10852939.

HSL color Cylindrical-coordinate representation of color #4B9AA5: hue angle of 187.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B9AA5 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB75154165-
CMYK0.550.0700.35
HSL187.33º37.5%47.06%-
HSV(B)187.33º54.55%64.71%-
XYZ21.2527.3239.75-
YUV131.63146.8387.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.04%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 165 (64.84% from 255) = 41.88%
R=19.04%
G=39.09%
B=41.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751541650.550.0700.35187.3337.547.06
Hex4B9AA5377023bb252f
Octal1132322456770432734557
Binary10010111001101010100101110111111010001110111011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B9AA5; }

 p { color: rgb(75,154,165); }

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

<style>
 a { background-color: #4B9AA5; }

 a { background-color: rgb(75,154,165); }

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

<style>
 span { border-color: #4B9AA5; }

 span { border-color: rgb(75,154,165); }

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