Html Css Color HEX #4686AA Boston Blue

📋 copy color: '#4686AA'

red 70 ◦ green 134 ◦ blue 170

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

Shades of Boston Blue #4686AA

Tints of Boston Blue #4686AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.83%

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

R = 18.72%
G = 35.83%
B = 45.45%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4686AA (or 0x4686AA) is known color: Boston Blue. HEX triplet: 46, 86 and AA. RGB value is (70,134,170). Sum of RGB (Red+Green+Blue) = 70+134+170=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #4686AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4686AA is #B97955. Grayscale: #767676. Windows color (decimal): -12155222 or 11175494. OLE color: 11175494.

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

Color convert

RGB 70 134 170 -
CMYK 0.59 0.21 0 0.33
HSL 201.6º 0.42% 0.47% -
HSV(B) 201.6º 0.59% 0.67% -
XYZ 18.31 21.25 41.17 -
YUV 118.97 156.8 93.07 -
System Red Green Blue C M Y K H S L
Decimal 70 134 170 0.59 0.21 0 0.33 201.6 0.42 0.47
Hex 46 86 AA 3B 15 0 21 CA 2A 2F
Octal 106 206 252 73 25 0 41 312 52 57
Binary 1000110 10000110 10101010 111011 10101 0 100001 11001010 101010 101111

Color Harmonies of #4686AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4686AA

Black with #4686AA

Text Example


Text Example

White with #4686AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4686AA; }

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

 H1.HeaderClassName
 {
   color: #4686AA;
 }
 .AnyTagClassName
 {
   color: #4686AA;
 }
</style>

background-color css

<style>
 a { background-color: #4686AA; }

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

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

border-color css

<style>
 span { border-color: #4686AA; }

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

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