Html Css Color HEX #46A2AB Boston Blue

📋 copy color: '#46A2AB'

red 70 ◦ green 162 ◦ blue 171

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

Shades of Boston Blue #46A2AB

Tints of Boston Blue #46A2AB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 17.37%
G = 40.2%
B = 42.43%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#46A2AB (or 0x46A2AB) is known color: Boston Blue. HEX triplet: 46, A2 and AB. RGB value is (70,162,171). Sum of RGB (Red+Green+Blue) = 70+162+171=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #46A2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A2AB is #B95D54. Grayscale: #878787. Windows color (decimal): -12148053 or 11248198. OLE color: 11248198.

HSL color Cylindrical-coordinate representation of color #46A2AB: hue angle of 185.35º 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 #46A2AB is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 162 171 -
CMYK 0.59 0.05 0 0.33
HSL 185.35º 0.42% 0.47% -
HSV(B) 185.35º 0.59% 0.67% -
XYZ 22.8 30.08 43.13 -
YUV 135.52 148.02 81.27 -
System Red Green Blue C M Y K H S L
Decimal 70 162 171 0.59 0.05 0 0.33 185.35 0.42 0.47
Hex 46 A2 AB 3B 5 0 21 B9 2A 2F
Octal 106 242 253 73 5 0 41 271 52 57
Binary 1000110 10100010 10101011 111011 101 0 100001 10111001 101010 101111

Color Harmonies of #46A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A2AB

Black with #46A2AB

Text Example


Text Example

White with #46A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,162,171); }

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

background-color css

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

 a { background-color: rgb(70,162,171); }

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

border-color css

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

 span { border-color: rgb(70,162,171); }

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