Html Css Color HEX #46A0AA Boston Blue

📋 copy color: '#46A0AA'

red 70 ◦ green 160 ◦ blue 170

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

Shades of Boston Blue #46A0AA

Tints of Boston Blue #46A0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 17.5%
G = 40%
B = 42.5%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#46A0AA (or 0x46A0AA) is known color: Boston Blue. HEX triplet: 46, A0 and AA. RGB value is (70,160,170). Sum of RGB (Red+Green+Blue) = 70+160+170=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #46A0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A0AA is #B95F55. Grayscale: #868686. Windows color (decimal): -12148566 or 11182150. OLE color: 11182150.

HSL color Cylindrical-coordinate representation of color #46A0AA: hue angle of 186º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A0AA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 160 170 -
CMYK 0.59 0.06 0 0.33
HSL 186º 0.42% 0.47% -
HSV(B) 186º 0.59% 0.67% -
XYZ 22.35 29.35 42.52 -
YUV 134.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 70 160 170 0.59 0.06 0 0.33 186 0.42 0.47
Hex 46 A0 AA 3B 6 0 21 BA 2A 2F
Octal 106 240 252 73 6 0 41 272 52 57
Binary 1000110 10100000 10101010 111011 110 0 100001 10111010 101010 101111

Color Harmonies of #46A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A0AA

Black with #46A0AA

Text Example


Text Example

White with #46A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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