Html Css Color HEX #488BAF Boston Blue

📋 copy color: '#488BAF'

red 72 ◦ green 139 ◦ blue 175

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

Shades of Boston Blue #488BAF

Tints of Boston Blue #488BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 18.65%
G = 36.01%
B = 45.34%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#488BAF (or 0x488BAF) is known color: Boston Blue. HEX triplet: 48, 8B and AF. RGB value is (72,139,175). Sum of RGB (Red+Green+Blue) = 72+139+175=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #488BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488BAF is #B77450. Grayscale: #7A7A7A. Windows color (decimal): -12022865 or 11504456. OLE color: 11504456.

HSL color Cylindrical-coordinate representation of color #488BAF: hue angle of 200.97º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488BAF is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 139 175 -
CMYK 0.59 0.21 0 0.31
HSL 200.97º 0.42% 0.48% -
HSV(B) 200.97º 0.59% 0.69% -
XYZ 19.64 22.94 43.95 -
YUV 123.07 157.3 91.57 -
System Red Green Blue C M Y K H S L
Decimal 72 139 175 0.59 0.21 0 0.31 200.97 0.42 0.48
Hex 48 8B AF 3B 15 0 1F C9 2A 30
Octal 110 213 257 73 25 0 37 311 52 60
Binary 1001000 10001011 10101111 111011 10101 0 11111 11001001 101010 110000

Color Harmonies of #488BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488BAF

Black with #488BAF

Text Example


Text Example

White with #488BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,139,175); }

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

background-color css

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

 a { background-color: rgb(72,139,175); }

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

border-color css

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

 span { border-color: rgb(72,139,175); }

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