#4795AA

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

Shades of Boston Blue #4795AA

Tints of Boston Blue #4795AA

Color information

#4795AA (or 0x4795AA) is unknown color: approx Boston Blue. HEX triplet: 47, 95 and AA. RGB value is (71,149,170). Sum of RGB (Red+Green+Blue) = 71+149+170=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #4795AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4795AA is #B86A55. Grayscale: #7F7F7F. Windows color (decimal): -12085846 or 11179335. OLE color: 11179335.

HSL color Cylindrical-coordinate representation of color #4795AA: hue angle of 192.73º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4795AA is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71149170-
CMYK0.580.1200.33
HSL192.73º41.08%47.25%-
HSV(B)192.73º58.24%66.67%-
XYZ20.625.7441.91-
YUV128.07151.6687.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.21%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=18.21%
G=38.21%
B=43.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711491700.580.1200.33192.7341.0847.25
Hex4795AA3AC021c1292f
Octal10722525272140413015157
Binary100011110010101101010101110101100010000111000001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4795AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4795AA; }

 p { color: rgb(71,149,170); }

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

<style>
 a { background-color: #4795AA; }

 a { background-color: rgb(71,149,170); }

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

<style>
 span { border-color: #4795AA; }

 span { border-color: rgb(71,149,170); }

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