Html Css Color HEX #48A3AE Boston Blue

📋 copy color: '#48A3AE'

red 72 ◦ green 163 ◦ blue 174

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

Shades of Boston Blue #48A3AE

Tints of Boston Blue #48A3AE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.85%

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

R = 17.6%
G = 39.85%
B = 42.54%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#48A3AE (or 0x48A3AE) is known color: Boston Blue. HEX triplet: 48, A3 and AE. RGB value is (72,163,174). Sum of RGB (Red+Green+Blue) = 72+163+174=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #48A3AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A3AE is #B75C51. Grayscale: #888888. Windows color (decimal): -12016722 or 11445064. OLE color: 11445064.

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

Color convert

RGB 72 163 174 -
CMYK 0.59 0.06 0 0.32
HSL 186.47º 0.41% 0.48% -
HSV(B) 186.47º 0.59% 0.68% -
XYZ 23.41 30.63 44.72 -
YUV 137.05 148.85 81.61 -
System Red Green Blue C M Y K H S L
Decimal 72 163 174 0.59 0.06 0 0.32 186.47 0.41 0.48
Hex 48 A3 AE 3B 6 0 20 BA 29 30
Octal 110 243 256 73 6 0 40 272 51 60
Binary 1001000 10100011 10101110 111011 110 0 100000 10111010 101001 110000

Color Harmonies of #48A3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A3AE

Black with #48A3AE

Text Example


Text Example

White with #48A3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,163,174); }

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

background-color css

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

 a { background-color: rgb(72,163,174); }

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

border-color css

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

 span { border-color: rgb(72,163,174); }

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