Html Css Color HEX #40A5AD Boston Blue

📋 copy color: '#40A5AD'

red 64 ◦ green 165 ◦ blue 173

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

Shades of Boston Blue #40A5AD

Tints of Boston Blue #40A5AD

RGB

 RED value IS 64 (25.39% from 255) = 15.92%

 GREEN value IS 165 (64.84% from 255) = 41.04%

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

R = 15.92%
G = 41.04%
B = 43.03%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#40A5AD (or 0x40A5AD) is known color: Boston Blue. HEX triplet: 40, A5 and AD. RGB value is (64,165,173). Sum of RGB (Red+Green+Blue) = 64+165+173=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #40A5AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A5AD is #BF5A52. Grayscale: #878787. Windows color (decimal): -12540499 or 11380032. OLE color: 11380032.

HSL color Cylindrical-coordinate representation of color #40A5AD: hue angle of 184.4º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40A5AD is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 165 173 -
CMYK 0.63 0.05 0 0.32
HSL 184.4º 0.46% 0.46% -
HSV(B) 184.4º 0.63% 0.68% -
XYZ 23.11 31.02 44.3 -
YUV 135.71 149.04 76.85 -
System Red Green Blue C M Y K H S L
Decimal 64 165 173 0.63 0.05 0 0.32 184.4 0.46 0.46
Hex 40 A5 AD 3F 5 0 20 B8 2E 2E
Octal 100 245 255 77 5 0 40 270 56 56
Binary 1000000 10100101 10101101 111111 101 0 100000 10111000 101110 101110

Color Harmonies of #40A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A5AD

Black with #40A5AD

Text Example


Text Example

White with #40A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A5AD; }

 p { color: rgb(64,165,173); }

 H1.HeaderClassName
 {
   color: #40A5AD;
 }
 .AnyTagClassName
 {
   color: #40A5AD;
 }
</style>

background-color css

<style>
 a { background-color: #40A5AD; }

 a { background-color: rgb(64,165,173); }

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

border-color css

<style>
 span { border-color: #40A5AD; }

 span { border-color: rgb(64,165,173); }

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