Html Css Color HEX #488CAB Boston Blue

📋 copy color: '#488CAB'

red 72 ◦ green 140 ◦ blue 171

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

Shades of Boston Blue #488CAB

Tints of Boston Blue #488CAB

RGB

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

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

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

R = 18.8%
G = 36.55%
B = 44.65%

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

#488CAB (or 0x488CAB) is known color: Boston Blue. HEX triplet: 48, 8C and AB. RGB value is (72,140,171). Sum of RGB (Red+Green+Blue) = 72+140+171=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #488CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488CAB is #B77354. Grayscale: #7B7B7B. Windows color (decimal): -12022613 or 11242568. OLE color: 11242568.

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

Color convert

RGB 72 140 171 -
CMYK 0.58 0.18 0 0.33
HSL 198.79º 0.41% 0.48% -
HSV(B) 198.79º 0.58% 0.67% -
XYZ 19.4 23.07 41.96 -
YUV 123.2 154.97 91.48 -
System Red Green Blue C M Y K H S L
Decimal 72 140 171 0.58 0.18 0 0.33 198.79 0.41 0.48
Hex 48 8C AB 3A 12 0 21 C7 29 30
Octal 110 214 253 72 22 0 41 307 51 60
Binary 1001000 10001100 10101011 111010 10010 0 100001 11000111 101001 110000

Color Harmonies of #488CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488CAB

Black with #488CAB

Text Example


Text Example

White with #488CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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