Html Css Color HEX #4995BA Boston Blue

📋 copy color: '#4995BA'

red 73 ◦ green 149 ◦ blue 186

#4995BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #4995BA

Tints of Boston Blue #4995BA

RGB

 RED value IS 73 (28.91% from 255) = 17.89%

 GREEN value IS 149 (58.59% from 255) = 36.52%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 17.89%
G = 36.52%
B = 45.59%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4995BA (or 0x4995BA) is known color: Boston Blue. HEX triplet: 49, 95 and BA. RGB value is (73,149,186). Sum of RGB (Red+Green+Blue) = 73+149+186=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #4995BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4995BA is #B66A45. Grayscale: #828282. Windows color (decimal): -11954758 or 12227913. OLE color: 12227913.

HSL color Cylindrical-coordinate representation of color #4995BA: hue angle of 199.65º degrees, saturation: 0.45, 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 #4995BA is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 149 186 -
CMYK 0.61 0.20 0 0.27
HSL 199.65º 0.45% 0.51% -
HSV(B) 199.65º 0.61% 0.73% -
XYZ 22.36 26.46 50.38 -
YUV 130.49 159.32 86.99 -
System Red Green Blue C M Y K H S L
Decimal 73 149 186 0.61 0.20 0 0.27 199.65 0.45 0.51
Hex 49 95 BA 3D 14 0 1B C8 2D 33
Octal 111 225 272 75 24 0 33 310 55 63
Binary 1001001 10010101 10111010 111101 10100 0 11011 11001000 101101 110011

Color Harmonies of #4995BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4995BA

Black with #4995BA

Text Example


Text Example

White with #4995BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4995BA;
 }
 .AnyTagClassName
 {
   color: #4995BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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