Html Css Color HEX #4A9BAA Boston Blue

📋 copy color: '#4A9BAA'

red 74 ◦ green 155 ◦ blue 170

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

Shades of Boston Blue #4A9BAA

Tints of Boston Blue #4A9BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

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

R = 18.55%
G = 38.85%
B = 42.61%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A9BAA (or 0x4A9BAA) is known color: Boston Blue. HEX triplet: 4A, 9B and AA. RGB value is (74,155,170). Sum of RGB (Red+Green+Blue) = 74+155+170=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A9BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9BAA is #B56455. Grayscale: #848484. Windows color (decimal): -11887702 or 11180874. OLE color: 11180874.

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

Color convert

RGB 74 155 170 -
CMYK 0.56 0.09 0 0.33
HSL 189.38º 0.39% 0.48% -
HSV(B) 189.38º 0.56% 0.67% -
XYZ 21.8 27.8 42.25 -
YUV 132.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 74 155 170 0.56 0.09 0 0.33 189.38 0.39 0.48
Hex 4A 9B AA 38 9 0 21 BD 27 30
Octal 112 233 252 70 11 0 41 275 47 60
Binary 1001010 10011011 10101010 111000 1001 0 100001 10111101 100111 110000

Color Harmonies of #4A9BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9BAA

Black with #4A9BAA

Text Example


Text Example

White with #4A9BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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