Html Css Color HEX #4A99AA Boston Blue

📋 copy color: '#4A99AA'

red 74 ◦ green 153 ◦ blue 170

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

Shades of Boston Blue #4A99AA

Tints of Boston Blue #4A99AA

RGB

 RED value IS 74 (29.3% from 255) = 18.64%

 GREEN value IS 153 (60.16% from 255) = 38.54%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 18.64%
G = 38.54%
B = 42.82%

CMYK

 C value IS 0.56

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A99AA (or 0x4A99AA) is known color: Boston Blue. HEX triplet: 4A, 99 and AA. RGB value is (74,153,170). Sum of RGB (Red+Green+Blue) = 74+153+170=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A99AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A99AA is #B56655. Grayscale: #838383. Windows color (decimal): -11888214 or 11180362. OLE color: 11180362.

HSL color Cylindrical-coordinate representation of color #4A99AA: hue angle of 190.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A99AA is Cyan = 0.56, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 153 170 -
CMYK 0.56 0.1 0 0.33
HSL 190.63º 0.39% 0.48% -
HSV(B) 190.63º 0.56% 0.67% -
XYZ 21.47 27.14 42.14 -
YUV 131.32 149.83 87.12 -
System Red Green Blue C M Y K H S L
Decimal 74 153 170 0.56 0.1 0 0.33 190.63 0.39 0.48
Hex 4A 99 AA 38 A 0 21 BF 27 30
Octal 112 231 252 70 12 0 41 277 47 60
Binary 1001010 10011001 10101010 111000 1010 0 100001 10111111 100111 110000

Color Harmonies of #4A99AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A99AA

Black with #4A99AA

Text Example


Text Example

White with #4A99AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A99AA; }

 p { color: rgb(74,153,170); }

 H1.HeaderClassName
 {
   color: #4A99AA;
 }
 .AnyTagClassName
 {
   color: #4A99AA;
 }
</style>

background-color css

<style>
 a { background-color: #4A99AA; }

 a { background-color: rgb(74,153,170); }

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

border-color css

<style>
 span { border-color: #4A99AA; }

 span { border-color: rgb(74,153,170); }

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