Html Css Color HEX #46A3AF Boston Blue

📋 copy color: '#46A3AF'

red 70 ◦ green 163 ◦ blue 175

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

Shades of Boston Blue #46A3AF

Tints of Boston Blue #46A3AF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.95%

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 17.16%
G = 39.95%
B = 42.89%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#46A3AF (or 0x46A3AF) is known color: Boston Blue. HEX triplet: 46, A3 and AF. RGB value is (70,163,175). Sum of RGB (Red+Green+Blue) = 70+163+175=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #46A3AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A3AF is #B95C50. Grayscale: #888888. Windows color (decimal): -12147793 or 11510598. OLE color: 11510598.

HSL color Cylindrical-coordinate representation of color #46A3AF: hue angle of 186.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46A3AF is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 163 175 -
CMYK 0.60 0.07 0 0.31
HSL 186.86º 0.43% 0.48% -
HSV(B) 186.86º 0.6% 0.69% -
XYZ 23.36 30.59 45.23 -
YUV 136.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 70 163 175 0.60 0.07 0 0.31 186.86 0.43 0.48
Hex 46 A3 AF 3C 7 0 1F BB 2B 30
Octal 106 243 257 74 7 0 37 273 53 60
Binary 1000110 10100011 10101111 111100 111 0 11111 10111011 101011 110000

Color Harmonies of #46A3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A3AF

Black with #46A3AF

Text Example


Text Example

White with #46A3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,163,175); }

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

background-color css

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

 a { background-color: rgb(70,163,175); }

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

border-color css

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

 span { border-color: rgb(70,163,175); }

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