Html Css Color HEX #489DB0 Boston Blue

📋 copy color: '#489DB0'

red 72 ◦ green 157 ◦ blue 176

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

Shades of Boston Blue #489DB0

Tints of Boston Blue #489DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.46%

R = 17.78%
G = 38.77%
B = 43.46%

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

#489DB0 (or 0x489DB0) is known color: Boston Blue. HEX triplet: 48, 9D and B0. RGB value is (72,157,176). Sum of RGB (Red+Green+Blue) = 72+157+176=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #489DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489DB0 is #B7624F. Grayscale: #858585. Windows color (decimal): -12018256 or 11574600. OLE color: 11574600.

HSL color Cylindrical-coordinate representation of color #489DB0: hue angle of 190.96º 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 #489DB0 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 157 176 -
CMYK 0.59 0.11 0 0.31
HSL 190.96º 0.42% 0.49% -
HSV(B) 190.96º 0.59% 0.69% -
XYZ 22.57 28.63 45.41 -
YUV 133.75 151.84 83.96 -
System Red Green Blue C M Y K H S L
Decimal 72 157 176 0.59 0.11 0 0.31 190.96 0.42 0.49
Hex 48 9D B0 3B B 0 1F BF 2A 31
Octal 110 235 260 73 13 0 37 277 52 61
Binary 1001000 10011101 10110000 111011 1011 0 11111 10111111 101010 110001

Color Harmonies of #489DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489DB0

Black with #489DB0

Text Example


Text Example

White with #489DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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