Html Css Color HEX #46A0AD Boston Blue

📋 copy color: '#46A0AD'

red 70 ◦ green 160 ◦ blue 173

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

Shades of Boston Blue #46A0AD

Tints of Boston Blue #46A0AD

RGB

 RED value IS 70 (27.73% from 255) = 17.37%

 GREEN value IS 160 (62.89% from 255) = 39.7%

 BLUE value IS 173 (67.97% from 255) = 42.93%

R = 17.37%
G = 39.7%
B = 42.93%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#46A0AD (or 0x46A0AD) is known color: Boston Blue. HEX triplet: 46, A0 and AD. RGB value is (70,160,173). Sum of RGB (Red+Green+Blue) = 70+160+173=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #46A0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A0AD is #B95F52. Grayscale: #868686. Windows color (decimal): -12148563 or 11378758. OLE color: 11378758.

HSL color Cylindrical-coordinate representation of color #46A0AD: hue angle of 187.57º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46A0AD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 160 173 -
CMYK 0.60 0.08 0 0.32
HSL 187.57º 0.42% 0.48% -
HSV(B) 187.57º 0.6% 0.68% -
XYZ 22.64 29.46 44.03 -
YUV 134.57 149.68 81.94 -
System Red Green Blue C M Y K H S L
Decimal 70 160 173 0.60 0.08 0 0.32 187.57 0.42 0.48
Hex 46 A0 AD 3C 8 0 20 BC 2A 30
Octal 106 240 255 74 10 0 40 274 52 60
Binary 1000110 10100000 10101101 111100 1000 0 100000 10111100 101010 110000

Color Harmonies of #46A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A0AD

Black with #46A0AD

Text Example


Text Example

White with #46A0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46A0AD; }

 p { color: rgb(70,160,173); }

 H1.HeaderClassName
 {
   color: #46A0AD;
 }
 .AnyTagClassName
 {
   color: #46A0AD;
 }
</style>

background-color css

<style>
 a { background-color: #46A0AD; }

 a { background-color: rgb(70,160,173); }

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

border-color css

<style>
 span { border-color: #46A0AD; }

 span { border-color: rgb(70,160,173); }

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