#4995BC

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

Shades of Boston Blue #4995BC

Tints of Boston Blue #4995BC

Color information

#4995BC (or 0x4995BC) is unknown color: approx Boston Blue. HEX triplet: 49, 95 and BC. RGB value is (73,149,188). Sum of RGB (Red+Green+Blue) = 73+149+188=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #4995BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4995BC is #B66A43. Grayscale: #828282. Windows color (decimal): -11954756 or 12358985. OLE color: 12358985.

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

Color convert

RGB73149188-
CMYK0.610.2100.26
HSL200.35º46.18%51.18%-
HSV(B)200.35º61.17%73.73%-
XYZ22.5726.5451.51-
YUV130.72160.3286.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.80%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=17.80%
G=36.34%
B=45.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731491880.610.2100.26200.3546.1851.18
Hex4995BC3D1501Ac82e33
Octal11122527475250323105663
Binary100100110010101101111001111011010101101011001000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4995BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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