Html Css Color HEX #4994AB Boston Blue

📋 copy color: '#4994AB'

red 73 ◦ green 148 ◦ blue 171

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

Shades of Boston Blue #4994AB

Tints of Boston Blue #4994AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.76%

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

R = 18.62%
G = 37.76%
B = 43.62%

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

#4994AB (or 0x4994AB) is known color: Boston Blue. HEX triplet: 49, 94 and AB. RGB value is (73,148,171). Sum of RGB (Red+Green+Blue) = 73+148+171=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #4994AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4994AB is #B66B54. Grayscale: #808080. Windows color (decimal): -11955029 or 11244617. OLE color: 11244617.

HSL color Cylindrical-coordinate representation of color #4994AB: hue angle of 194.08º 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 #4994AB is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 148 171 -
CMYK 0.57 0.13 0 0.33
HSL 194.08º 0.4% 0.48% -
HSV(B) 194.08º 0.57% 0.67% -
XYZ 20.69 25.54 42.37 -
YUV 128.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 73 148 171 0.57 0.13 0 0.33 194.08 0.4 0.48
Hex 49 94 AB 39 D 0 21 C2 28 30
Octal 111 224 253 71 15 0 41 302 50 60
Binary 1001001 10010100 10101011 111001 1101 0 100001 11000010 101000 110000

Color Harmonies of #4994AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994AB

Black with #4994AB

Text Example


Text Example

White with #4994AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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