Html Css Color HEX #488CAD Boston Blue

📋 copy color: '#488CAD'

red 72 ◦ green 140 ◦ blue 173

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

Shades of Boston Blue #488CAD

Tints of Boston Blue #488CAD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

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

R = 18.7%
G = 36.36%
B = 44.94%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#488CAD (or 0x488CAD) is known color: Boston Blue. HEX triplet: 48, 8C and AD. RGB value is (72,140,173). Sum of RGB (Red+Green+Blue) = 72+140+173=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #488CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488CAD is #B77352. Grayscale: #7B7B7B. Windows color (decimal): -12022611 or 11373640. OLE color: 11373640.

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

Color convert

RGB 72 140 173 -
CMYK 0.58 0.19 0 0.32
HSL 199.6º 0.41% 0.48% -
HSV(B) 199.6º 0.58% 0.68% -
XYZ 19.59 23.15 42.97 -
YUV 123.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 72 140 173 0.58 0.19 0 0.32 199.6 0.41 0.48
Hex 48 8C AD 3A 13 0 20 C8 29 30
Octal 110 214 255 72 23 0 40 310 51 60
Binary 1001000 10001100 10101101 111010 10011 0 100000 11001000 101001 110000

Color Harmonies of #488CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CAD

Black with #488CAD

Text Example


Text Example

White with #488CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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