Html Css Color HEX #48A2AD Boston Blue

📋 copy color: '#48A2AD'

red 72 ◦ green 162 ◦ blue 173

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

Shades of Boston Blue #48A2AD

Tints of Boston Blue #48A2AD

RGB

 RED value IS 72 (28.52% from 255) = 17.69%

 GREEN value IS 162 (63.67% from 255) = 39.8%

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 17.69%
G = 39.8%
B = 42.51%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#48A2AD (or 0x48A2AD) is known color: Boston Blue. HEX triplet: 48, A2 and AD. RGB value is (72,162,173). Sum of RGB (Red+Green+Blue) = 72+162+173=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #48A2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A2AD is #B75D52. Grayscale: #888888. Windows color (decimal): -12016979 or 11379272. OLE color: 11379272.

HSL color Cylindrical-coordinate representation of color #48A2AD: hue angle of 186.53º 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 #48A2AD is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 162 173 -
CMYK 0.58 0.06 0 0.32
HSL 186.53º 0.41% 0.48% -
HSV(B) 186.53º 0.58% 0.68% -
XYZ 23.14 30.24 44.15 -
YUV 136.34 148.68 82.11 -
System Red Green Blue C M Y K H S L
Decimal 72 162 173 0.58 0.06 0 0.32 186.53 0.41 0.48
Hex 48 A2 AD 3A 6 0 20 BB 29 30
Octal 110 242 255 72 6 0 40 273 51 60
Binary 1001000 10100010 10101101 111010 110 0 100000 10111011 101001 110000

Color Harmonies of #48A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A2AD

Black with #48A2AD

Text Example


Text Example

White with #48A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A2AD; }

 p { color: rgb(72,162,173); }

 H1.HeaderClassName
 {
   color: #48A2AD;
 }
 .AnyTagClassName
 {
   color: #48A2AD;
 }
</style>

background-color css

<style>
 a { background-color: #48A2AD; }

 a { background-color: rgb(72,162,173); }

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

border-color css

<style>
 span { border-color: #48A2AD; }

 span { border-color: rgb(72,162,173); }

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