#4386AA

Color #4386AA Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #4386AA

Tints of Boston Blue #4386AA

Color information

#4386AA (or 0x4386AA) is unknown color: approx Boston Blue. HEX triplet: 43, 86 and AA. RGB value is (67,134,170). Sum of RGB (Red+Green+Blue) = 67+134+170=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #4386AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4386AA is #BC7955. Grayscale: #757575. Windows color (decimal): -12351830 or 11175491. OLE color: 11175491.

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

Color convert

RGB67134170-
CMYK0.610.2100.33
HSL200.97º43.46%46.47%-
HSV(B)200.97º60.59%66.67%-
XYZ18.121.1541.16-
YUV118.07157.391.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.06%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=18.06%
G=36.12%
B=45.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal671341700.610.2100.33200.9743.4646.47
Hex4386AA3D15021c92b2e
Octal10320625275250413115356
Binary1000011100001101010101011110110101010000111001001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4386AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4386AA;
 }
 .AnyTagClassName
 {
   color: #4386AA;
 }
</style>
background-color css

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

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

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

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

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

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