Html Css Color HEX #488FAB Boston Blue

📋 copy color: '#488FAB'

red 72 ◦ green 143 ◦ blue 171

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

Shades of Boston Blue #488FAB

Tints of Boston Blue #488FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.05%

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 18.65%
G = 37.05%
B = 44.3%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#488FAB (or 0x488FAB) is known color: Boston Blue. HEX triplet: 48, 8F and AB. RGB value is (72,143,171). Sum of RGB (Red+Green+Blue) = 72+143+171=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #488FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488FAB is #B77054. Grayscale: #7C7C7C. Windows color (decimal): -12021845 or 11243336. OLE color: 11243336.

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

Color convert

RGB 72 143 171 -
CMYK 0.58 0.16 0 0.33
HSL 196.97º 0.41% 0.48% -
HSV(B) 196.97º 0.58% 0.67% -
XYZ 19.85 23.96 42.11 -
YUV 124.96 153.98 90.22 -
System Red Green Blue C M Y K H S L
Decimal 72 143 171 0.58 0.16 0 0.33 196.97 0.41 0.48
Hex 48 8F AB 3A 10 0 21 C5 29 30
Octal 110 217 253 72 20 0 41 305 51 60
Binary 1001000 10001111 10101011 111010 10000 0 100001 11000101 101001 110000

Color Harmonies of #488FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488FAB

Black with #488FAB

Text Example


Text Example

White with #488FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,143,171); }

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

background-color css

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

 a { background-color: rgb(72,143,171); }

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

border-color css

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

 span { border-color: rgb(72,143,171); }

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