Html Css Color HEX #489DB1 Boston Blue

📋 copy color: '#489DB1'

red 72 ◦ green 157 ◦ blue 177

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

Shades of Boston Blue #489DB1

Tints of Boston Blue #489DB1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.67%

 BLUE value IS 177 (69.53% from 255) = 43.6%

R = 17.73%
G = 38.67%
B = 43.6%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#489DB1 (or 0x489DB1) is known color: Boston Blue. HEX triplet: 48, 9D and B1. RGB value is (72,157,177). Sum of RGB (Red+Green+Blue) = 72+157+177=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #489DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489DB1 is #B7624E. Grayscale: #858585. Windows color (decimal): -12018255 or 11640136. OLE color: 11640136.

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

Color convert

RGB 72 157 177 -
CMYK 0.59 0.11 0 0.31
HSL 191.43º 0.42% 0.49% -
HSV(B) 191.43º 0.59% 0.69% -
XYZ 22.67 28.67 45.93 -
YUV 133.87 152.34 83.87 -
System Red Green Blue C M Y K H S L
Decimal 72 157 177 0.59 0.11 0 0.31 191.43 0.42 0.49
Hex 48 9D B1 3B B 0 1F BF 2A 31
Octal 110 235 261 73 13 0 37 277 52 61
Binary 1001000 10011101 10110001 111011 1011 0 11111 10111111 101010 110001

Color Harmonies of #489DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489DB1

Black with #489DB1

Text Example


Text Example

White with #489DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489DB1; }

 p { color: rgb(72,157,177); }

 H1.HeaderClassName
 {
   color: #489DB1;
 }
 .AnyTagClassName
 {
   color: #489DB1;
 }
</style>

background-color css

<style>
 a { background-color: #489DB1; }

 a { background-color: rgb(72,157,177); }

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

border-color css

<style>
 span { border-color: #489DB1; }

 span { border-color: rgb(72,157,177); }

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