Html Css Color HEX #4486AA Boston Blue

📋 copy color: '#4486AA'

red 68 ◦ green 134 ◦ blue 170

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

Shades of Boston Blue #4486AA

Tints of Boston Blue #4486AA

RGB

 RED value IS 68 (26.95% from 255) = 18.28%

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

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

R = 18.28%
G = 36.02%
B = 45.7%

CMYK

 C value IS 0.6

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4486AA (or 0x4486AA) is known color: Boston Blue. HEX triplet: 44, 86 and AA. RGB value is (68,134,170). Sum of RGB (Red+Green+Blue) = 68+134+170=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #4486AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4486AA is #BB7955. Grayscale: #767676. Windows color (decimal): -12286294 or 11175492. OLE color: 11175492.

HSL color Cylindrical-coordinate representation of color #4486AA: hue angle of 201.18º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4486AA is Cyan = 0.6, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 134 170 -
CMYK 0.6 0.21 0 0.33
HSL 201.18º 0.43% 0.47% -
HSV(B) 201.18º 0.6% 0.67% -
XYZ 18.16 21.18 41.16 -
YUV 118.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 68 134 170 0.6 0.21 0 0.33 201.18 0.43 0.47
Hex 44 86 AA 3C 15 0 21 C9 2B 2F
Octal 104 206 252 74 25 0 41 311 53 57
Binary 1000100 10000110 10101010 111100 10101 0 100001 11001001 101011 101111

Color Harmonies of #4486AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4486AA

Black with #4486AA

Text Example


Text Example

White with #4486AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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