Html Css Color HEX #4995AB Boston Blue

📋 copy color: '#4995AB'

red 73 ◦ green 149 ◦ blue 171

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

Shades of Boston Blue #4995AB

Tints of Boston Blue #4995AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 18.58%
G = 37.91%
B = 43.51%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4995AB (or 0x4995AB) is known color: Boston Blue. HEX triplet: 49, 95 and AB. RGB value is (73,149,171). Sum of RGB (Red+Green+Blue) = 73+149+171=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #4995AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4995AB is #B66A54. Grayscale: #808080. Windows color (decimal): -11954773 or 11244873. OLE color: 11244873.

HSL color Cylindrical-coordinate representation of color #4995AB: hue angle of 193.47º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4995AB is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 149 171 -
CMYK 0.57 0.13 0 0.33
HSL 193.47º 0.4% 0.48% -
HSV(B) 193.47º 0.57% 0.67% -
XYZ 20.85 25.85 42.42 -
YUV 128.78 151.82 88.21 -
System Red Green Blue C M Y K H S L
Decimal 73 149 171 0.57 0.13 0 0.33 193.47 0.4 0.48
Hex 49 95 AB 39 D 0 21 C1 28 30
Octal 111 225 253 71 15 0 41 301 50 60
Binary 1001001 10010101 10101011 111001 1101 0 100001 11000001 101000 110000

Color Harmonies of #4995AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4995AB

Black with #4995AB

Text Example


Text Example

White with #4995AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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