Html Css Color HEX #489AC0 Boston Blue

📋 copy color: '#489AC0'

red 72 ◦ green 154 ◦ blue 192

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

Shades of Boston Blue #489AC0

Tints of Boston Blue #489AC0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 17.22%
G = 36.84%
B = 45.93%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#489AC0 (or 0x489AC0) is known color: Boston Blue. HEX triplet: 48, 9A and C0. RGB value is (72,154,192). Sum of RGB (Red+Green+Blue) = 72+154+192=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #489AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489AC0 is #B7653F. Grayscale: #858585. Windows color (decimal): -12019008 or 12622408. OLE color: 12622408.

HSL color Cylindrical-coordinate representation of color #489AC0: hue angle of 199º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #489AC0 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 154 192 -
CMYK 0.63 0.20 0 0.25
HSL 199º 0.49% 0.52% -
HSV(B) 199º 0.63% 0.75% -
XYZ 23.74 28.29 54.08 -
YUV 133.81 160.83 83.91 -
System Red Green Blue C M Y K H S L
Decimal 72 154 192 0.63 0.20 0 0.25 199 0.49 0.52
Hex 48 9A C0 3F 14 0 19 C7 31 34
Octal 110 232 300 77 24 0 31 307 61 64
Binary 1001000 10011010 11000000 111111 10100 0 11001 11000111 110001 110100

Color Harmonies of #489AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489AC0

Black with #489AC0

Text Example


Text Example

White with #489AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,154,192); }

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

background-color css

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

 a { background-color: rgb(72,154,192); }

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

border-color css

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

 span { border-color: rgb(72,154,192); }

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