Html Css Color HEX #4A89AA Boston Blue

📋 copy color: '#4A89AA'

red 74 ◦ green 137 ◦ blue 170

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

Shades of Boston Blue #4A89AA

Tints of Boston Blue #4A89AA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.96%

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

R = 19.42%
G = 35.96%
B = 44.62%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A89AA (or 0x4A89AA) is known color: Boston Blue. HEX triplet: 4A, 89 and AA. RGB value is (74,137,170). Sum of RGB (Red+Green+Blue) = 74+137+170=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A89AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A89AA is #B57655. Grayscale: #797979. Windows color (decimal): -11892310 or 11176266. OLE color: 11176266.

HSL color Cylindrical-coordinate representation of color #4A89AA: hue angle of 200.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 #4A89AA is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 137 170 -
CMYK 0.56 0.19 0 0.33
HSL 200.63º 0.39% 0.48% -
HSV(B) 200.63º 0.56% 0.67% -
XYZ 19.03 22.25 41.32 -
YUV 121.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 74 137 170 0.56 0.19 0 0.33 200.63 0.39 0.48
Hex 4A 89 AA 38 13 0 21 C9 27 30
Octal 112 211 252 70 23 0 41 311 47 60
Binary 1001010 10001001 10101010 111000 10011 0 100001 11001001 100111 110000

Color Harmonies of #4A89AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A89AA

Black with #4A89AA

Text Example


Text Example

White with #4A89AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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