Html Css Color HEX #4991AE Boston Blue

📋 copy color: '#4991AE'

red 73 ◦ green 145 ◦ blue 174

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

Shades of Boston Blue #4991AE

Tints of Boston Blue #4991AE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.99%

 BLUE value IS 174 (68.36% from 255) = 44.39%

R = 18.62%
G = 36.99%
B = 44.39%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4991AE (or 0x4991AE) is known color: Boston Blue. HEX triplet: 49, 91 and AE. RGB value is (73,145,174). Sum of RGB (Red+Green+Blue) = 73+145+174=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #4991AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4991AE is #B66E51. Grayscale: #7E7E7E. Windows color (decimal): -11955794 or 11440457. OLE color: 11440457.

HSL color Cylindrical-coordinate representation of color #4991AE: hue angle of 197.23º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4991AE is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 145 174 -
CMYK 0.58 0.17 0 0.32
HSL 197.23º 0.41% 0.48% -
HSV(B) 197.23º 0.58% 0.68% -
XYZ 20.51 24.72 43.74 -
YUV 126.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 73 145 174 0.58 0.17 0 0.32 197.23 0.41 0.48
Hex 49 91 AE 3A 11 0 20 C5 29 30
Octal 111 221 256 72 21 0 40 305 51 60
Binary 1001001 10010001 10101110 111010 10001 0 100000 11000101 101001 110000

Color Harmonies of #4991AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4991AE

Black with #4991AE

Text Example


Text Example

White with #4991AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4991AE; }

 p { color: rgb(73,145,174); }

 H1.HeaderClassName
 {
   color: #4991AE;
 }
 .AnyTagClassName
 {
   color: #4991AE;
 }
</style>

background-color css

<style>
 a { background-color: #4991AE; }

 a { background-color: rgb(73,145,174); }

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

border-color css

<style>
 span { border-color: #4991AE; }

 span { border-color: rgb(73,145,174); }

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