Html Css Color HEX #4084AA Boston Blue

📋 copy color: '#4084AA'

red 64 ◦ green 132 ◦ blue 170

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

Shades of Boston Blue #4084AA

Tints of Boston Blue #4084AA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 17.49%
G = 36.07%
B = 46.45%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4084AA (or 0x4084AA) is known color: Boston Blue. HEX triplet: 40, 84 and AA. RGB value is (64,132,170). Sum of RGB (Red+Green+Blue) = 64+132+170=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #4084AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4084AA is #BF7B55. Grayscale: #737373. Windows color (decimal): -12548950 or 11174976. OLE color: 11174976.

HSL color Cylindrical-coordinate representation of color #4084AA: hue angle of 201.51º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4084AA is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 132 170 -
CMYK 0.62 0.22 0 0.33
HSL 201.51º 0.45% 0.46% -
HSV(B) 201.51º 0.62% 0.67% -
XYZ 17.62 20.49 41.06 -
YUV 116 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 64 132 170 0.62 0.22 0 0.33 201.51 0.45 0.46
Hex 40 84 AA 3E 16 0 21 CA 2D 2E
Octal 100 204 252 76 26 0 41 312 55 56
Binary 1000000 10000100 10101010 111110 10110 0 100001 11001010 101101 101110

Color Harmonies of #4084AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4084AA

Black with #4084AA

Text Example


Text Example

White with #4084AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,132,170); }

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

background-color css

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

 a { background-color: rgb(64,132,170); }

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

border-color css

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

 span { border-color: rgb(64,132,170); }

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