#4995BB

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

Shades of Boston Blue #4995BB

Tints of Boston Blue #4995BB

Color information

#4995BB (or 0x4995BB) is unknown color: approx Boston Blue. HEX triplet: 49, 95 and BB. RGB value is (73,149,187). Sum of RGB (Red+Green+Blue) = 73+149+187=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #4995BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4995BB is #B66A44. Grayscale: #828282. Windows color (decimal): -11954757 or 12293449. OLE color: 12293449.

HSL color Cylindrical-coordinate representation of color #4995BB: hue angle of 200º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4995BB is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73149187-
CMYK0.610.2000.27
HSL200º45.6%50.98%-
HSV(B)200º60.96%73.33%-
XYZ22.4626.550.94-
YUV130.61159.8286.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.85%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 187 (73.44% from 255) = 45.72%
R=17.85%
G=36.43%
B=45.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731491870.610.2000.2720045.650.98
Hex4995BB3D1401Bc82e33
Octal11122527375240333105663
Binary100100110010101101110111111011010001101111001000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4995BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4995BB; }

 p { color: rgb(73,149,187); }

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

<style>
 a { background-color: #4995BB; }

 a { background-color: rgb(73,149,187); }

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

<style>
 span { border-color: #4995BB; }

 span { border-color: rgb(73,149,187); }

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