#4895BE

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

Shades of Boston Blue #4895BE

Tints of Boston Blue #4895BE

Color information

#4895BE (or 0x4895BE) is unknown color: approx Boston Blue. HEX triplet: 48, 95 and BE. RGB value is (72,149,190). Sum of RGB (Red+Green+Blue) = 72+149+190=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #4895BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4895BE is #B76A41. Grayscale: #828282. Windows color (decimal): -12020290 or 12490056. OLE color: 12490056.

HSL color Cylindrical-coordinate representation of color #4895BE: hue angle of 200.85º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4895BE is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72149190-
CMYK0.620.2200.25
HSL200.85º47.58%51.37%-
HSV(B)200.85º62.11%74.51%-
XYZ22.7126.5952.65-
YUV130.65161.4986.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=17.52%
G=36.25%
B=46.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721491900.620.2200.25200.8547.5851.37
Hex4895BE3E16019c93033
Octal11022527676260313116063
Binary100100010010101101111101111101011001100111001001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4895BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4895BE; }

 p { color: rgb(72,149,190); }

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

<style>
 a { background-color: #4895BE; }

 a { background-color: rgb(72,149,190); }

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

<style>
 span { border-color: #4895BE; }

 span { border-color: rgb(72,149,190); }

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