Html Css Color HEX #488DAC Boston Blue

📋 copy color: '#488DAC'

red 72 ◦ green 141 ◦ blue 172

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

Shades of Boston Blue #488DAC

Tints of Boston Blue #488DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 18.7%
G = 36.62%
B = 44.68%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#488DAC (or 0x488DAC) is known color: Boston Blue. HEX triplet: 48, 8D and AC. RGB value is (72,141,172). Sum of RGB (Red+Green+Blue) = 72+141+172=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #488DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488DAC is #B77253. Grayscale: #7B7B7B. Windows color (decimal): -12022356 or 11308360. OLE color: 11308360.

HSL color Cylindrical-coordinate representation of color #488DAC: hue angle of 198.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #488DAC is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 141 172 -
CMYK 0.58 0.18 0 0.33
HSL 198.6º 0.41% 0.48% -
HSV(B) 198.6º 0.58% 0.67% -
XYZ 19.64 23.41 42.51 -
YUV 123.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 72 141 172 0.58 0.18 0 0.33 198.6 0.41 0.48
Hex 48 8D AC 3A 12 0 21 C7 29 30
Octal 110 215 254 72 22 0 41 307 51 60
Binary 1001000 10001101 10101100 111010 10010 0 100001 11000111 101001 110000

Color Harmonies of #488DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488DAC

Black with #488DAC

Text Example


Text Example

White with #488DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488DAC; }

 p { color: rgb(72,141,172); }

 H1.HeaderClassName
 {
   color: #488DAC;
 }
 .AnyTagClassName
 {
   color: #488DAC;
 }
</style>

background-color css

<style>
 a { background-color: #488DAC; }

 a { background-color: rgb(72,141,172); }

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

border-color css

<style>
 span { border-color: #488DAC; }

 span { border-color: rgb(72,141,172); }

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